Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -672,7 +672,7 @@ def update_images():
|
|
672 |
|
673 |
def clear_state_and_textbox():
|
674 |
conversational_memory.clear()
|
675 |
-
return ""
|
676 |
|
677 |
with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
678 |
with gr.Row():
|
|
|
672 |
|
673 |
def clear_state_and_textbox():
|
674 |
conversational_memory.clear()
|
675 |
+
return ""
|
676 |
|
677 |
with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
678 |
with gr.Row():
|