achmaddhani commited on
Commit
1e3d57c
·
1 Parent(s): 4f9a775

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -19,7 +19,7 @@ def run():
19
  '''
20
  st.subheader("Can you describe what you're going through right now ?")
21
  user_input = st.text_input(
22
- label='Express yourself here',
23
  value='Today, I feel...',
24
  max_chars=300,
25
  key='text_input_key',
 
19
  '''
20
  st.subheader("Can you describe what you're going through right now ?")
21
  user_input = st.text_input(
22
+ label='Express yourself here',
23
  value='Today, I feel...',
24
  max_chars=300,
25
  key='text_input_key',