vladyur commited on
Commit
b71c3b1
1 Parent(s): 652c2db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ temperature = 2 + craziness / 50.
52
 
53
  st.markdown("\n")
54
 
55
- text = st.text_area(label='Напишите начало песни', value='Что делать, Макс?', height=75)
56
  button = st.button('Старт')
57
 
58
  if button:
 
52
 
53
  st.markdown("\n")
54
 
55
+ text = st.text_area(label='Напишите начало песни', value='Что делать, Макс?', height=70)
56
  button = st.button('Старт')
57
 
58
  if button: