eaglelandsonce
commited on
Update app.py
Browse files
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
|
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
|