nagasurendra commited on
Commit
507bf03
·
verified ·
1 Parent(s): 8699bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ modal_and_cart_js = """
271
 
272
 
273
  # Gradio app
274
- ef app():
275
  with gr.Blocks() as demo:
276
  gr.Markdown("## Secure Food Ordering System")
277
 
 
271
 
272
 
273
  # Gradio app
274
+ def app():
275
  with gr.Blocks() as demo:
276
  gr.Markdown("## Secure Food Ordering System")
277