Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ st.title("AI Veterinary Assistant Agent that summarizes reports in an organized
|
|
95 |
st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
|
96 |
|
97 |
# Input blog topic or prompt
|
98 |
-
prompt = st.text_area("Enter your search", placeholder="E.g., Today, I helped Max, a 5 year old Chihuahua"
|
99 |
|
100 |
# Button to generate blog content
|
101 |
if st.button("Generate Report"):
|
|
|
95 |
st.write("Generate reports enriched with real-time insights using the AI Veterinary Report Writing Agent powered by SmolAgents and DuckDuckGo.")
|
96 |
|
97 |
# Input blog topic or prompt
|
98 |
+
prompt = st.text_area("Enter your search", placeholder="E.g., Today, I helped Max, a 5 year old Chihuahua")
|
99 |
|
100 |
# Button to generate blog content
|
101 |
if st.button("Generate Report"):
|