Spaces:
Runtime error
Runtime error
Victoria Slocum
commited on
Commit
·
62c6339
1
Parent(s):
a6b7b32
wording fix
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def get_ingredient_data(instructions, ingredients):
|
|
| 57 |
|
| 58 |
with gr.Blocks() as demo:
|
| 59 |
gr.Markdown("# Reciparse Visualizer")
|
| 60 |
-
gr.Markdown("### Powered by spaCy
|
| 61 |
with gr.Box():
|
| 62 |
with gr.Column():
|
| 63 |
gr.Markdown("## Recipe Info")
|
|
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
|
|
| 71 |
|
| 72 |
with gr.Box():
|
| 73 |
with gr.Column():
|
| 74 |
-
gr.Markdown("##
|
| 75 |
ingredient_btn = gr.Button("Get the list of ingredients")
|
| 76 |
ingredient_list = gr.Textbox(label="Ingredients in recipe")
|
| 77 |
|
|
|
|
| 57 |
|
| 58 |
with gr.Blocks() as demo:
|
| 59 |
gr.Markdown("# Reciparse Visualizer")
|
| 60 |
+
gr.Markdown("### Powered by spaCy and Gradio")
|
| 61 |
with gr.Box():
|
| 62 |
with gr.Column():
|
| 63 |
gr.Markdown("## Recipe Info")
|
|
|
|
| 71 |
|
| 72 |
with gr.Box():
|
| 73 |
with gr.Column():
|
| 74 |
+
gr.Markdown("## Ingredient Info")
|
| 75 |
ingredient_btn = gr.Button("Get the list of ingredients")
|
| 76 |
ingredient_list = gr.Textbox(label="Ingredients in recipe")
|
| 77 |
|