Sebunya commited on
Commit
fe6a7ce
·
verified ·
1 Parent(s): ea0bc41

remove back button

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -280,10 +280,6 @@ if __name__ == "__main__":
280
  ]
281
  )
282
 
283
- # Reset session ID on clear button click:
284
- iface.clear_btn.click(
285
- fn=lambda: str(uuid.uuid4()),
286
- outputs=[session_id_state]
287
- )
288
 
289
  iface.launch(share=False, server_name="0.0.0.0", server_port=7860)
 
280
  ]
281
  )
282
 
283
+
 
 
 
 
284
 
285
  iface.launch(share=False, server_name="0.0.0.0", server_port=7860)