achmaddhani commited on
Commit
3852c83
·
1 Parent(s): 843e742

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -0
model.py CHANGED
@@ -19,6 +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
  value='Today, i feel...',
23
  max_chars=300,
24
  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',