Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -496,7 +496,7 @@ max_iterations = 5
|
|
496 |
iterations = 0
|
497 |
|
498 |
|
499 |
-
def answer_question(user_question, chatbot
|
500 |
global iterations
|
501 |
iterations = 0
|
502 |
# Ensure the temporary chart directory exists
|
|
|
496 |
iterations = 0
|
497 |
|
498 |
|
499 |
+
def answer_question(user_question, chatbot, audio=None):
|
500 |
global iterations
|
501 |
iterations = 0
|
502 |
# Ensure the temporary chart directory exists
|