Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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")
|