Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ button.selected::after{
|
|
205 |
"""
|
206 |
|
207 |
|
208 |
-
with gr.Blocks(css=
|
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:
|