0xgaryy commited on
Commit
595c1db
·
1 Parent(s): cd579dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.beta_columns(2)
 
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