german354a commited on
Commit
fa3b5be
verified
1 Parent(s): 94a4377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -68,7 +68,11 @@ body {
68
  box-shadow:0 0 12px 12px solid grey;
69
  }
70
  """
71
-
 
 
 
 
72
  # Create a Gradio chat interface with custom CSS
73
  demo = gr.ChatInterface(
74
  fn=respond,
 
68
  box-shadow:0 0 12px 12px solid grey;
69
  }
70
  """
71
+ iface = gr.Interface( title="馃馃挰 ELISA I MODELO DE INTELIGENCIA ARTIFICIAL PROF: GERARDO", # Modificar como quieras
72
+ description="Esta aplicaci贸n es un chatbot impulsado por LLM creado utilizando HugChat. 馃挕",
73
+ article="Creado con 馃枻 por AREA DE INFORMATICA COLEGIO VILLA ELISA IED",
74
+ )
75
+ iface.launch(share=True, debug=True) # Si el problema se soluciona cambiar share a True para compartir URL (probar en unos d铆as)
76
  # Create a Gradio chat interface with custom CSS
77
  demo = gr.ChatInterface(
78
  fn=respond,