eaglelandsonce commited on
Commit
0da2901
1 Parent(s): a04f9e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ with tab1:
422
 
423
  with col2:
424
  # Input for the user
425
- input_topic = st.text_area("What Exciting Adventures Awaits Us", height=100, placeholder="Start Our Story...")
426
 
427
  st.session_state['on_topic'] = input_topic
428
  # Button to run the process
 
422
 
423
  with col2:
424
  # Input for the user
425
+ input_topic = st.text_area("What Exciting Adventures Await Us", height=100, placeholder="Start Our Story...")
426
 
427
  st.session_state['on_topic'] = input_topic
428
  # Button to run the process