Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,8 @@ def main():
|
|
| 89 |
submit_text = st.form_submit_button(label='Submit')
|
| 90 |
|
| 91 |
if submit_text:
|
| 92 |
-
col1, col2 = st.
|
|
|
|
| 93 |
|
| 94 |
res, proba, total_result = predict_emotions(raw_text)
|
| 95 |
|
|
|
|
| 89 |
submit_text = st.form_submit_button(label='Submit')
|
| 90 |
|
| 91 |
if submit_text:
|
| 92 |
+
col1, col2 = st.columns(2)
|
| 93 |
+
|
| 94 |
|
| 95 |
res, proba, total_result = predict_emotions(raw_text)
|
| 96 |
|