Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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.")
|
|
|
|
|
|
|
|