Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -365,7 +365,10 @@ window.addEventListener('resize', () => {
|
|
365 |
title="""<center><h1>FluxCapacitor</h1></center>"""
|
366 |
|
367 |
# Build the Gradio UI with Blocks
|
368 |
-
with gr.Blocks(
|
|
|
|
|
|
|
369 |
# Add a title to the app
|
370 |
gr.HTML(title)
|
371 |
|
|
|
365 |
title="""<center><h1>FluxCapacitor</h1></center>"""
|
366 |
|
367 |
# Build the Gradio UI with Blocks
|
368 |
+
with gr.Blocks(
|
369 |
+
css=css,
|
370 |
+
#js=js2
|
371 |
+
) as app: #theme='Nymbo/Nymbo_Theme',
|
372 |
# Add a title to the app
|
373 |
gr.HTML(title)
|
374 |
|