salomonsky commited on
Commit
edf996c
1 Parent(s): e6f29f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ iface = gr.Interface(
65
  description="Ingresa tu nombre y selecciona el tipo de hor贸scopo.",
66
  layout="vertical",
67
  theme="dark",
68
- live=False
69
  )
70
 
71
  iface.launch()
 
65
  description="Ingresa tu nombre y selecciona el tipo de hor贸scopo.",
66
  layout="vertical",
67
  theme="dark",
68
+ **{"title_image": "https://img.freepik.com/fotos-premium/fondo-estrellado-negro-universo-noche-cielo-espacio-exterior-galaxia-campo-estelar-fondo-espacio-infinito-nebulosas-estrellas_372999-413.jpg"}
69
  )
70
 
71
  iface.launch()