Skip to content

Commit d29fdfb

Browse files
fix: resolve bug in local_ai_real_estate_agent_team.py
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent aec6ee9 commit d29fdfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

advanced_ai_agents/multi_agent_apps/agent_teams/ai_real_estate_agent_team/local_ai_real_estate_agent_team.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,7 @@ def update_progress(progress, status, activity=None):
800800
final_result['property_valuations'],
801801
final_result['total_properties']
802802
)
803-
else:
804-
# Fallback to markdown display
803+
805804
st.markdown("### 🏠 Comprehensive Real Estate Analysis")
806805
st.markdown(final_result)
807806

0 commit comments

Comments
 (0)