Skip to content

Commit f08e7b6

Browse files
authored
Merge pull request #338 from emmanuel-ferdman/main
fix: resolve bug in `local_ai_real_estate_agent_team.py`
2 parents b8f8e44 + d29fdfb commit f08e7b6

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)