adri017 commited on
Commit
4c901c4
·
1 Parent(s): ff6e076

otro cambio para el theme

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,7 +23,6 @@ demo = gr.Interface(
23
  description="Esta es nuestra interfaz para probar <strong>modelos de IA</strong>",
24
  article="En este modelo, escribe una frase y pulsa en **Comprobar** para ver si tiene setimientos Positivos, Negativos o Neutros",
25
  submit_btn="Comprobar",
26
- theme=gr.themes.Soft(),
27
  fill_width=True
28
  )
29
- demo.launch()
 
23
  description="Esta es nuestra interfaz para probar <strong>modelos de IA</strong>",
24
  article="En este modelo, escribe una frase y pulsa en **Comprobar** para ver si tiene setimientos Positivos, Negativos o Neutros",
25
  submit_btn="Comprobar",
 
26
  fill_width=True
27
  )
28
+ demo.launch(theme=gr.themes.Soft())