andersonquizhpe commited on
Commit
c9c5271
·
1 Parent(s): 993b461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,
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,