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