vladyur commited on
Commit
99ae404
1 Parent(s): f017bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ if button:
54
  with st.spinner('Finding out the truth'):
55
  result = predict(text, model, tokenizer, temperature=temperature)
56
 
57
- st.text_area(label='', value=result, height=1000)
58
 
59
  except Exception:
60
  st.error("Ooooops, something went wrong. Please try again and report to me, tg: @vladyur")
 
54
  with st.spinner('Finding out the truth'):
55
  result = predict(text, model, tokenizer, temperature=temperature)
56
 
57
+ st.text_area(label='', value=result, height=1100)
58
 
59
  except Exception:
60
  st.error("Ooooops, something went wrong. Please try again and report to me, tg: @vladyur")