spanofzero commited on
Commit
bf4bc88
·
verified ·
1 Parent(s): f36142b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import gradio as gr
3
  import pandas as pd
4
  import requests
@@ -140,5 +139,3 @@ with gr.Blocks(theme=custom_theme) as demo:
140
  loc_input.submit(fn=execute_full_kernel, inputs=loc_input, outputs=[plot_output, table_surf, table_jet, table_roc])
141
 
142
  demo.launch()
143
-
144
- Once you lock this in, this widget build is completely finished. What is the next project we are tackling today?
 
 
1
  import gradio as gr
2
  import pandas as pd
3
  import requests
 
139
  loc_input.submit(fn=execute_full_kernel, inputs=loc_input, outputs=[plot_output, table_surf, table_jet, table_roc])
140
 
141
  demo.launch()