Spaces:
Runtime error
Runtime error
Commit ·
e9af0d4
1
Parent(s): 57a095c
Fix typo
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ iface = gr.Interface(
|
|
| 38 |
fn=sentiment,
|
| 39 |
inputs=[gr.Textbox(lines=1, placeholder="Text for 2d sentiment..."), "checkbox"],
|
| 40 |
outputs=[
|
| 41 |
-
gr.
|
| 42 |
gr.ScatterPlot(
|
| 43 |
x="valence",
|
| 44 |
y="arousal",
|
|
|
|
| 38 |
fn=sentiment,
|
| 39 |
inputs=[gr.Textbox(lines=1, placeholder="Text for 2d sentiment..."), "checkbox"],
|
| 40 |
outputs=[
|
| 41 |
+
gr.Textbox(lines=5, max_lines=5, label="Results"),
|
| 42 |
gr.ScatterPlot(
|
| 43 |
x="valence",
|
| 44 |
y="arousal",
|