lukedjestic commited on
Commit
e1ee90c
1 Parent(s): 65f16ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ css = """
100
  }
101
  """
102
 
103
- with gr.Blocks(css=css):
104
 
105
 
106
  with gr.Row():
 
100
  }
101
  """
102
 
103
+ with gr.Blocks(css=css) as demo:
104
 
105
 
106
  with gr.Row():