matterattetatte commited on
Commit
dfa0d39
·
verified ·
1 Parent(s): fcf4fe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Research Assistant Agent that summarizes its findings and provides the sources.")
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.")