Spaces:
Runtime error
Runtime error
fixed small error
Browse files
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]))
|