0xgaryy commited on
Commit
d8987ce
·
1 Parent(s): 3cbba66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def main():
81
  submit_text = st.form_submit_button(label='Submit')
82
 
83
  if submit_text:
84
- col1, col2 = st.beta_columns(2)
85
 
86
  # Apply Fxn Here
87
  res, proba = predict_emotions(raw_text)
 
81
  submit_text = st.form_submit_button(label='Submit')
82
 
83
  if submit_text:
84
+ col1, col2 = st.columns(2)
85
 
86
  # Apply Fxn Here
87
  res, proba = predict_emotions(raw_text)