Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ js="""
|
|
159 |
<script>console.log("BOOOOOOOOOOOOOOOOBS");</script>
|
160 |
"""
|
161 |
|
162 |
-
with gr.Blocks(fill_width=True,
|
163 |
# with gr.Blocks(fill_width=True, css=CSS) as demo:
|
164 |
# with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS, js=js_func) as demo:
|
165 |
gr.HTML("")
|
|
|
159 |
<script>console.log("BOOOOOOOOOOOOOOOOBS");</script>
|
160 |
"""
|
161 |
|
162 |
+
with gr.Blocks(fill_width=True, head=js) as demo:
|
163 |
# with gr.Blocks(fill_width=True, css=CSS) as demo:
|
164 |
# with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS, js=js_func) as demo:
|
165 |
gr.HTML("")
|