YoBatM commited on
Commit
b3e8424
·
verified ·
1 Parent(s): 8ac10bf

Update app.py

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