Spaces:
Sleeping
Sleeping
Update hsd_tr.py
Browse files
hsd_tr.py
CHANGED
@@ -21,4 +21,4 @@ if user_input:
|
|
21 |
sentiment = result[0]["label"]
|
22 |
|
23 |
sentiment = label_dict[sentiment]
|
24 |
-
st.write(f"Detection:
|
|
|
21 |
sentiment = result[0]["label"]
|
22 |
|
23 |
sentiment = label_dict[sentiment]
|
24 |
+
st.write(f"Detection: {sentiment}")
|