Commit
·
c9c5271
1
Parent(s):
993b461
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ gr.Interface(fn=classify, inputs=[gr.inputs.Textbox(
|
|
22 |
label="Texto a analizar:",
|
23 |
placeholder="Introduce o elige un ejemplo de twit:",
|
24 |
optional=False,
|
25 |
-
required
|
26 |
)], outputs=[gr.outputs.Textbox(label="Predicción"),
|
27 |
], description=main_title,
|
28 |
examples=examples,
|
|
|
22 |
label="Texto a analizar:",
|
23 |
placeholder="Introduce o elige un ejemplo de twit:",
|
24 |
optional=False,
|
25 |
+
required,
|
26 |
)], outputs=[gr.outputs.Textbox(label="Predicción"),
|
27 |
], description=main_title,
|
28 |
examples=examples,
|