Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def bot(chat_msg, history=None, audio_response=False):
|
|
54 |
except Exception as e:
|
55 |
bot_message = f"Fehler: {e}"
|
56 |
messages.append({"role": "assistant", content=bot_message})
|
57 |
-
return "",
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
chatbot = gr.Chatbot(type="messages")
|
|
|
54 |
except Exception as e:
|
55 |
bot_message = f"Fehler: {e}"
|
56 |
messages.append({"role": "assistant", content=bot_message})
|
57 |
+
return "", messages, ""
|
58 |
|
59 |
with gr.Blocks() as demo:
|
60 |
chatbot = gr.Chatbot(type="messages")
|