Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ if user_input:
|
|
29 |
# sentiment_map = {0: "negative", 1: "neutral", 2: "positive"}
|
30 |
# sentiment = sentiment_map[predicted_class_id]
|
31 |
|
32 |
-
st.write(
|
|
|
29 |
# sentiment_map = {0: "negative", 1: "neutral", 2: "positive"}
|
30 |
# sentiment = sentiment_map[predicted_class_id]
|
31 |
|
32 |
+
st.write("outputs")
|