Spaces:
Sleeping
Sleeping
Commit ·
b0e0334
1
Parent(s): 6908a99
Update model.py
Browse files
model.py
CHANGED
|
@@ -30,8 +30,10 @@ def run():
|
|
| 30 |
kwargs=None,
|
| 31 |
placeholder='Please Type here...',
|
| 32 |
disabled=False,
|
| 33 |
-
help='Try not to think, and let your heart speak'
|
|
|
|
| 34 |
)
|
|
|
|
| 35 |
|
| 36 |
st.write('You entered:', user_input)
|
| 37 |
|
|
|
|
| 30 |
kwargs=None,
|
| 31 |
placeholder='Please Type here...',
|
| 32 |
disabled=False,
|
| 33 |
+
help='Try not to think, and let your heart speak',
|
| 34 |
+
label_visibility= "collapsed"
|
| 35 |
)
|
| 36 |
+
st.write('')
|
| 37 |
|
| 38 |
st.write('You entered:', user_input)
|
| 39 |
|