Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ def main():
|
|
31 |
|
32 |
# Display the classification result
|
33 |
st.write("Sentiment:", sentiment)
|
34 |
-
|
35 |
|
36 |
if __name__ == '__main__':
|
37 |
main()
|
|
|
31 |
|
32 |
# Display the classification result
|
33 |
st.write("Sentiment:", sentiment)
|
|
|
34 |
|
35 |
if __name__ == '__main__':
|
36 |
main()
|