gabella commited on
Commit
7fbb173
1 Parent(s): b177247

fixed small error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ user_text = st.text.input('Add the text for classification into the college majo
11
  # if the text field has something in it, let's compue tand predict!
12
  if user_text:
13
  res = txt_classifier(user_text)
14
- st.write(pd.Dataframe(res, index[0])
 
11
  # if the text field has something in it, let's compue tand predict!
12
  if user_text:
13
  res = txt_classifier(user_text)
14
+ st.write(pd.Dataframe(res, index[0]))