OuroborosM commited on
Commit
2421a83
·
1 Parent(s): 213bf11

correct hmi blcok

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -773,8 +773,9 @@ def chathmi4(message, history2):
773
  print("No need to add file in chatbot")
774
 
775
  except Exception as e:
776
- print("chathmi3 error:", e)
777
-
 
778
  # history = history + [(message, None)]
779
 
780
  print("History2: ", history2)
 
773
  print("No need to add file in chatbot")
774
 
775
  except Exception as e:
776
+ print("chathmi3 error:", e)
777
+
778
+ return ["", history2, None, None]
779
  # history = history + [(message, None)]
780
 
781
  print("History2: ", history2)