Mikeplockhart commited on
Commit
3c9bd97
1 Parent(s): 0b54f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as meal_search:
65
  gr.Markdown("Start typing below and then click **Run** to see the output.")
66
  with gr.Row():
67
  inp = gr.Textbox(placeholder="What sort of meal are you after?")
68
- out = gr.MarkDown()
69
  btn = gr.Button("Run")
70
  btn.click(
71
  fn=run_query,
 
65
  gr.Markdown("Start typing below and then click **Run** to see the output.")
66
  with gr.Row():
67
  inp = gr.Textbox(placeholder="What sort of meal are you after?")
68
+ out = gr.Markdown()
69
  btn = gr.Button("Run")
70
  btn.click(
71
  fn=run_query,