Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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])
|