matterattetatte commited on
Commit
0dd6b64
·
verified ·
1 Parent(s): c63f19f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ st.title("AI Veterinary Assistant Agent researching your query and summarizing i
36
  st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
37
 
38
  # Input blog topic or prompt
39
- prompt = st.text_area("Enter the description of your patient visit:", placeholder="E.g., Today, I helped Max, a 5 year old Chihuahua")
 
40
 
41
  # Button to generate blog content
42
  if st.button("Generate Report"):
 
36
  st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
37
 
38
  # Input blog topic or prompt
39
+
40
+ prompt = st.text_area("Enter the description of your patient visit:", placeholder="E.g., What is the latest research findings on cancer in horses?")
41
 
42
  # Button to generate blog content
43
  if st.button("Generate Report"):