K00B404 commited on
Commit
a7a64f2
1 Parent(s): 10a9ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -319,8 +319,8 @@ css = """
319
 
320
  with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
321
 
322
- gr.HTML(title_html + js_code) # title html and stretch background script
323
-
324
  with gr.Column(elem_id="app-container"):
325
  with gr.Row():
326
  with gr.Column(elem_id="prompt-container"):
 
319
 
320
  with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
321
 
322
+ gr.HTML(title_html) # title html
323
+ gr.HTML(js_code) # Embed the JavaScript in the Gradio app
324
  with gr.Column(elem_id="app-container"):
325
  with gr.Row():
326
  with gr.Column(elem_id="prompt-container"):