imorcillo commited on
Commit
e73f349
·
verified ·
1 Parent(s): 1e77a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ button.selected::after{
205
  """
206
 
207
 
208
- with gr.Blocks(css=css) as demo:
209
  btn_show = gr.Button("Show Popup")
210
  popup = gr.Column(visible=False, elem_classes="popup-overlay")
211
  with popup:
 
205
  """
206
 
207
 
208
+ with gr.Blocks(css=css_content) as demo:
209
  btn_show = gr.Button("Show Popup")
210
  popup = gr.Column(visible=False, elem_classes="popup-overlay")
211
  with popup: