Update app.py
Browse files
app.py
CHANGED
@@ -30,14 +30,14 @@ def log_agent_action(prompt, result, agent_name):
|
|
30 |
st.code(result, language="text")
|
31 |
|
32 |
# Streamlit app title
|
33 |
-
st.title("AI Veterinary Assistant Agent researching your query and summarizing it")
|
34 |
|
35 |
# App description
|
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
|
41 |
|
42 |
# Button to generate blog content
|
43 |
if st.button("Generate Summary"):
|
|
|
30 |
st.code(result, language="text")
|
31 |
|
32 |
# Streamlit app title
|
33 |
+
st.title("AI Veterinary Research Assistant Agent researching your query and summarizing it")
|
34 |
|
35 |
# App description
|
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 your query:", placeholder="E.g., What is the latest research findings on cancer in horses? Give me a summarized list in raw text format and provide me with some sources for further research.")
|
41 |
|
42 |
# Button to generate blog content
|
43 |
if st.button("Generate Summary"):
|