DrishtiSharma commited on
Commit
4a2af0c
·
verified ·
1 Parent(s): 387de49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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