Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with tabs[0]:
|
|
51 |
tone = st.selectbox("Choose the tone of the content:", ["Professional", "Casual", "Persuasive", "Informative"])
|
52 |
|
53 |
# Option to include a summary
|
54 |
-
include_summary = st.checkbox("Include a summary of the generated content")
|
55 |
|
56 |
# Button to trigger blog content generation
|
57 |
if st.button("Generate Blog Content"):
|
|
|
51 |
tone = st.selectbox("Choose the tone of the content:", ["Professional", "Casual", "Persuasive", "Informative"])
|
52 |
|
53 |
# Option to include a summary
|
54 |
+
#include_summary = st.checkbox("Include a summary of the generated content")
|
55 |
|
56 |
# Button to trigger blog content generation
|
57 |
if st.button("Generate Blog Content"):
|