From 74199c175b4400c0e210e4e4cf37d6efe4636dcc Mon Sep 17 00:00:00 2001 From: "dr.max" Date: Tue, 25 Mar 2025 20:19:30 -0700 Subject: [PATCH] fix streamlit file name --- real_estate_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/real_estate_agent/README.md b/real_estate_agent/README.md index c1ab327..473b5ae 100644 --- a/real_estate_agent/README.md +++ b/real_estate_agent/README.md @@ -50,8 +50,8 @@ python real_estate_agent.py ### Optional: Web Interface Run the Streamlit app: ```bash -streamlit run streamlit_app.py +streamlit run real_estate_streamlit.py ``` ## Monitoring -View your agent's performance in the [AgentOps Dashboard](https://app.agentops.ai). \ No newline at end of file +View your agent's performance in the [AgentOps Dashboard](https://app.agentops.ai).