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

Update app.py

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