Rammohan0504 commited on
Commit
6455ae4
·
verified ·
1 Parent(s): 85f6355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -170,6 +170,7 @@ def display_dishes(category):
170
  html_content += "</div>"
171
  return html_content
172
 
 
173
  # Main Gradio App
174
  with gr.Blocks() as demo:
175
  gr.HTML(popup_html) # Add the popup container and overlay
 
170
  html_content += "</div>"
171
  return html_content
172
 
173
+
174
  # Main Gradio App
175
  with gr.Blocks() as demo:
176
  gr.HTML(popup_html) # Add the popup container and overlay