Chillyblast commited on
Commit
97239f1
·
verified ·
1 Parent(s): e418f9f

Update app.py

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