achmaddhani commited on
Commit
da62426
·
1 Parent(s): 8f05c27

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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',