vladyur commited on
Commit
aed615d
1 Parent(s): 1bc822d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if button:
63
  #lines = result.replace('\n', '\n\n')
64
  #st.write(lines)
65
 
66
- st.text_area(label='', value=result)
67
 
68
  #except Exception:
69
  # st.error("Ooooops, something went wrong. Try again please and report to me, tg: @vladyur")
 
63
  #lines = result.replace('\n', '\n\n')
64
  #st.write(lines)
65
 
66
+ st.text_area(label='', value=result, height=400)
67
 
68
  #except Exception:
69
  # st.error("Ooooops, something went wrong. Try again please and report to me, tg: @vladyur")