Update app_2.py
Browse files
app_2.py
CHANGED
|
@@ -120,11 +120,6 @@ with gr.Blocks() as demo:
|
|
| 120 |
)
|
| 121 |
|
| 122 |
cleanup_btn.click(fn=cleanup_gemini_files)
|
| 123 |
-
|
| 124 |
-
gr.Button("Clear").click(
|
| 125 |
-
lambda: ([], None, {"text": "", "files": []}),
|
| 126 |
-
outputs=[chatbot, state, msg]
|
| 127 |
-
)
|
| 128 |
|
| 129 |
if __name__ == "__main__":
|
| 130 |
demo.launch()
|
|
|
|
| 120 |
)
|
| 121 |
|
| 122 |
cleanup_btn.click(fn=cleanup_gemini_files)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
if __name__ == "__main__":
|
| 125 |
demo.launch()
|