Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
predicted_label = class_labels.get(predicted_class, "Unknown")
|
74 |
|
75 |
# Display the prediction result
|
76 |
-
st.write("Predicted Mental State:",
|
77 |
|
78 |
if __name__ == "__main__":
|
79 |
main()
|
|
|
73 |
predicted_label = class_labels.get(predicted_class, "Unknown")
|
74 |
|
75 |
# Display the prediction result
|
76 |
+
st.write("Predicted Mental State:", predicted_label)
|
77 |
|
78 |
if __name__ == "__main__":
|
79 |
main()
|