Spaces:
Sleeping
Sleeping
Commit ·
5cdd033
1
Parent(s): 54ed126
Update model.py
Browse files
model.py
CHANGED
|
@@ -17,7 +17,7 @@ def run():
|
|
| 17 |
'''
|
| 18 |
This function is for running the page for predictions
|
| 19 |
'''
|
| 20 |
-
st.
|
| 21 |
user_input = st.text_input(
|
| 22 |
value='Today, i feel...',
|
| 23 |
max_chars=300,
|
|
|
|
| 17 |
'''
|
| 18 |
This function is for running the page for predictions
|
| 19 |
'''
|
| 20 |
+
st.subheader("Can you describe what you're going through right now ?")
|
| 21 |
user_input = st.text_input(
|
| 22 |
value='Today, i feel...',
|
| 23 |
max_chars=300,
|