Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with tabs[0]:
|
|
68 |
blog_result = content_agent.run(agent_prompt)
|
69 |
|
70 |
# Display the generated blog content
|
71 |
-
st.subheader("Generated Blog Content")
|
72 |
st.write(blog_result)
|
73 |
|
74 |
# Store content for download
|
|
|
68 |
blog_result = content_agent.run(agent_prompt)
|
69 |
|
70 |
# Display the generated blog content
|
71 |
+
#st.subheader("Generated Blog Content")
|
72 |
st.write(blog_result)
|
73 |
|
74 |
# Store content for download
|