Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ import gradio as gr
|
|
53 |
def add_text_to_chatbot(chat_history, user_input):
|
54 |
|
55 |
chat_history = chat_history + [(user_input, None)]
|
56 |
-
yield
|
57 |
|
58 |
|
59 |
def main():
|
|
|
53 |
def add_text_to_chatbot(chat_history, user_input):
|
54 |
|
55 |
chat_history = chat_history + [(user_input, None)]
|
56 |
+
yield chat_history, ""
|
57 |
|
58 |
|
59 |
def main():
|