Spaces:
Runtime error
Runtime error
Commit ·
b6a5426
1
Parent(s): a32f617
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def selection_model(model,text):
|
|
| 65 |
|
| 66 |
|
| 67 |
paragraph = """
|
| 68 |
-
|
| 69 |
"""
|
| 70 |
|
| 71 |
with gr.Blocks(title="Sentiment",css="footer {visibility: hidden}") as demo:
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
paragraph = """
|
| 68 |
+
The cat in the other room was jumping in joy!
|
| 69 |
"""
|
| 70 |
|
| 71 |
with gr.Blocks(title="Sentiment",css="footer {visibility: hidden}") as demo:
|