Bugfix remove unused js_script
Browse files
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"
|
| 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 |
|