Spaces:
Sleeping
Sleeping
Commit ·
da62426
1
Parent(s): 8f05c27
Update model.py
Browse files
model.py
CHANGED
|
@@ -18,7 +18,7 @@ def run():
|
|
| 18 |
This function is for running the page for predictions
|
| 19 |
'''
|
| 20 |
st.title('What are you feeling right now ?')
|
| 21 |
-
user_input = st.text_input(label='Please what you feel',
|
| 22 |
value='Today, i feel...',
|
| 23 |
max_chars=50,
|
| 24 |
key='text_input_key',
|
|
|
|
| 18 |
This function is for running the page for predictions
|
| 19 |
'''
|
| 20 |
st.title('What are you feeling right now ?')
|
| 21 |
+
user_input = st.text_input(label='Please type what you feel',
|
| 22 |
value='Today, i feel...',
|
| 23 |
max_chars=50,
|
| 24 |
key='text_input_key',
|