Pijush2023 commited on
Commit
83f7269
·
verified ·
1 Parent(s): 9a90b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -702,7 +702,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
702
  location_output = gr.HTML()
703
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
704
 
705
- demo.load(gr.HTML("<script>document.addEventListener('keydown', function(event) { if (event.key === 'Enter') { event.preventDefault(); } });</script>"))
706
 
707
  demo.queue()
708
  demo.launch(share=True)
 
702
  location_output = gr.HTML()
703
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output], api_name="map_finder")
704
 
705
+
706
 
707
  demo.queue()
708
  demo.launch(share=True)