Blandskron commited on
Commit
2deffa7
verified
1 Parent(s): e19d06a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
27
  fn=responder,
28
  inputs="text",
29
  outputs="text",
30
- title="Chatbot de Tecnolog铆a 馃",
31
  description="Preg煤ntame sobre programaci贸n, hardware, software y tendencias tecnol贸gicas."
32
  )
33
 
 
27
  fn=responder,
28
  inputs="text",
29
  outputs="text",
30
+ title="Chatbot de Tecnolog铆a",
31
  description="Preg煤ntame sobre programaci贸n, hardware, software y tendencias tecnol贸gicas."
32
  )
33