Spaces:
Running
Running
Update app.py
Browse files
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
|
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"):
|