Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def textclassification():
|
|
| 39 |
st.write(f"Confidence: {confidence:.2f}")
|
| 40 |
|
| 41 |
# Display the rating
|
| 42 |
-
st.write(f"The rating is {sentiment}
|
| 43 |
|
| 44 |
# Question Answering
|
| 45 |
qa_input = {
|
|
|
|
| 39 |
st.write(f"Confidence: {confidence:.2f}")
|
| 40 |
|
| 41 |
# Display the rating
|
| 42 |
+
st.write(f"The rating is {sentiment}")
|
| 43 |
|
| 44 |
# Question Answering
|
| 45 |
qa_input = {
|