K00B404 commited on
Commit
7b0a5cc
Β·
verified Β·
1 Parent(s): 18cb4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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( css=css, js=js2) as app: #theme='Nymbo/Nymbo_Theme',
 
 
 
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