Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def log_agent_action(prompt, result, agent_name):
|
|
89 |
st.code(result, language="text")
|
90 |
|
91 |
# Streamlit app title
|
92 |
-
st.title("AI Veterinary
|
93 |
|
94 |
# App description
|
95 |
st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
|
|
|
89 |
st.code(result, language="text")
|
90 |
|
91 |
# Streamlit app title
|
92 |
+
st.title("AI Veterinary Assistant Agent that summarizes reports in an organized way.")
|
93 |
|
94 |
# App description
|
95 |
st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
|