Ut14 commited on
Commit
17651a5
·
verified ·
1 Parent(s): e2c5dbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -217,6 +217,7 @@ with gr.Blocks() as demo:
217
  delete_output = gr.Textbox(label="Status")
218
  refresh_btn.click(fn=refresh_notes, outputs=[notes_list])
219
  delete_btn.click(fn=delete_selected_notes, inputs=[notes_list], outputs=[delete_output])
 
220
 
221
  demo.launch(debug=True)
222
 
 
217
  delete_output = gr.Textbox(label="Status")
218
  refresh_btn.click(fn=refresh_notes, outputs=[notes_list])
219
  delete_btn.click(fn=delete_selected_notes, inputs=[notes_list], outputs=[delete_output])
220
+
221
 
222
  demo.launch(debug=True)
223