Prompthumanizer commited on
Commit
4e237cf
Β·
verified Β·
1 Parent(s): 0076f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -991,7 +991,7 @@ def create_jain_interface():
991
 
992
  try:
993
  response, updated_history = jain.process_thought(message, history)
994
- return response, ""
995
  except Exception as e:
996
  error_response = f"μ£„μ†‘ν•©λ‹ˆλ‹€. 처리 쀑 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€: {str(e)}"
997
  history.append([message, error_response])
 
991
 
992
  try:
993
  response, updated_history = jain.process_thought(message, history)
994
+ return updated_history, ""
995
  except Exception as e:
996
  error_response = f"μ£„μ†‘ν•©λ‹ˆλ‹€. 처리 쀑 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€: {str(e)}"
997
  history.append([message, error_response])