achmaddhani commited on
Commit
5cdd033
·
1 Parent(s): 54ed126

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -17,7 +17,7 @@ def run():
17
  '''
18
  This function is for running the page for predictions
19
  '''
20
- st.subtitle("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,
 
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,