Uthar commited on
Commit
505e925
·
verified ·
1 Parent(s): 96a7b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ js="""
159
  <script>console.log("BOOOOOOOOOOOOOOOOBS");</script>
160
  """
161
 
162
- with gr.Blocks(fill_width=True, js=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("")
 
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("")