Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def generate_blog(topic, max_length=500, num_return_sequences=1):
|
|
| 25 |
|
| 26 |
# Streamlit UI
|
| 27 |
st.title("Blog Generator")
|
| 28 |
-
topic = st.text_input("Enter the topic:")
|
| 29 |
|
| 30 |
if st.button("Generate Blog"):
|
| 31 |
if topic:
|
|
|
|
| 25 |
|
| 26 |
# Streamlit UI
|
| 27 |
st.title("Blog Generator")
|
| 28 |
+
topic = st.text_input("Enter the topic's name:")
|
| 29 |
|
| 30 |
if st.button("Generate Blog"):
|
| 31 |
if topic:
|