Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ def display_dishes(category):
|
|
| 172 |
return html_content
|
| 173 |
|
| 174 |
# Main Gradio App
|
| 175 |
-
with gr.Blocks
|
| 176 |
gr.HTML(popup_html) # Add the popup container and overlay
|
| 177 |
gr.HTML(popup_js) # Add the JavaScript
|
| 178 |
|
|
|
|
| 172 |
return html_content
|
| 173 |
|
| 174 |
# Main Gradio App
|
| 175 |
+
with gr.Blocks() as demo:
|
| 176 |
gr.HTML(popup_html) # Add the popup container and overlay
|
| 177 |
gr.HTML(popup_js) # Add the JavaScript
|
| 178 |
|