Update app.py
Browse files
app.py
CHANGED
|
@@ -100,6 +100,6 @@ with gr.Blocks() as demo:
|
|
| 100 |
chat_history_state.value = []
|
| 101 |
chatbot.textbox.value = ""
|
| 102 |
|
| 103 |
-
chatbot.clear(
|
| 104 |
|
| 105 |
demo.launch()
|
|
|
|
| 100 |
chat_history_state.value = []
|
| 101 |
chatbot.textbox.value = ""
|
| 102 |
|
| 103 |
+
chatbot.clear()
|
| 104 |
|
| 105 |
demo.launch()
|