YoBatM commited on
Commit
e7d3e91
·
verified ·
1 Parent(s): a0f1373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def set_theme(theme):
86
  try:
87
  l=loads(p)
88
  except Exception as e:
89
- l={"msg":"Ocurrio un error","ops":0}
90
  print(p,"<-")
91
 
92
  cc=gr.Chatbot(value=llamatochat(historias), visible=False)
 
86
  try:
87
  l=loads(p)
88
  except Exception as e:
89
+ l={"msg":"Ocurrio un error","options":0}
90
  print(p,"<-")
91
 
92
  cc=gr.Chatbot(value=llamatochat(historias), visible=False)