timeki commited on
Commit
868be0d
1 Parent(s): eee8932

Bugfix remove unused js_script

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ def vote(data: gr.LikeData):
324
 
325
 
326
 
327
- with gr.Blocks(title="Climate Q&A", css_paths=os.getcwd()+ "/style.css", theme=theme,elem_id = "main-component", js=js_script.js_code) as demo:
328
 
329
  with gr.Tab("ClimateQ&A"):
330
 
 
324
 
325
 
326
 
327
+ with gr.Blocks(title="Climate Q&A", css_paths=os.getcwd()+ "/style.css", theme=theme,elem_id = "main-component") as demo:
328
 
329
  with gr.Tab("ClimateQ&A"):
330