dtometzki commited on
Commit
6be6b85
·
verified ·
1 Parent(s): 7ad4232

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +0 -5
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()