Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ if st.button("Predict Personality by Test"):
|
|
57 |
|
58 |
# Apply predictions across all rows
|
59 |
data['Predicted'] = data.apply(get_predictions, axis=1)
|
60 |
-
st.dataframe(data[['True_label','MAX1','MAX2','MAX3','processed_text' 'Predicted']])
|
61 |
|
62 |
if st.button("Predict Personality by Open Question"):
|
63 |
def get_predictions(row):
|
|
|
57 |
|
58 |
# Apply predictions across all rows
|
59 |
data['Predicted'] = data.apply(get_predictions, axis=1)
|
60 |
+
st.dataframe(data[['True_label','MAX1','MAX2','MAX3','processed_text', 'Predicted']])
|
61 |
|
62 |
if st.button("Predict Personality by Open Question"):
|
63 |
def get_predictions(row):
|