Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,8 @@ if st.sidebar.button("Generate Story"):
|
|
96 |
|
97 |
|
98 |
# User input section
|
99 |
-
user_input = st.text_input("Share what's on your mind...", placeholder="Type here...", max_chars=500)
|
|
|
100 |
|
101 |
# Initialize session state
|
102 |
if 'previous_responses' not in st.session_state:
|
@@ -104,8 +105,6 @@ if 'previous_responses' not in st.session_state:
|
|
104 |
if 'badges' not in st.session_state:
|
105 |
st.session_state.badges = []
|
106 |
|
107 |
-
# User input section
|
108 |
-
user_input = st.text_input("Share what's on your mind...", placeholder="Type here...", max_chars=500)
|
109 |
|
110 |
# Initialize session state
|
111 |
if 'badges' not in st.session_state:
|
|
|
96 |
|
97 |
|
98 |
# User input section
|
99 |
+
user_input = st.text_input("Share what's on your mind. I am here to listen...", placeholder="Type here...", max_chars=500, key="user_input_1")
|
100 |
+
|
101 |
|
102 |
# Initialize session state
|
103 |
if 'previous_responses' not in st.session_state:
|
|
|
105 |
if 'badges' not in st.session_state:
|
106 |
st.session_state.badges = []
|
107 |
|
|
|
|
|
108 |
|
109 |
# Initialize session state
|
110 |
if 'badges' not in st.session_state:
|