ms1449 commited on
Commit
6e9b640
·
verified ·
1 Parent(s): c424d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -31,8 +31,4 @@ if st.button("Generate Blog Post"):
31
  st.subheader("Generated Blog Post:")
32
  st.write(output)
33
  else:
34
- st.warning("Please enter a topic.")
35
-
36
- # Add some information about the app
37
- st.sidebar.header("About")
38
- st.sidebar.info("This app uses the GPT-2 Large model to generate blog posts based on your input topic.")
 
31
  st.subheader("Generated Blog Post:")
32
  st.write(output)
33
  else:
34
+ st.warning("no topic.")