mandyvarel commited on
Commit
94dcc69
1 Parent(s): 8dccf26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ html_explainer = '''
95
 
96
 
97
  gradio_input_html_explainer= gradio.HTML(html_explainer)
98
- gradio_txt_input_recipe_content = gradio.Textbox(label="Recipe Text", lines=2, placeholder="If you don't have an image, you can add here the text of the picture of your recipe...")
99
  gradio_input_image = gradio.Image(shape=(400, 300),type="filepath", label="Recipe Image")
100
 
101
 
 
95
 
96
 
97
  gradio_input_html_explainer= gradio.HTML(html_explainer)
98
+ gradio_txt_input_recipe_content = gradio.Textbox(label="Recipe Text", lines=2, placeholder="Add here the text of the picture of your recipe...")
99
  gradio_input_image = gradio.Image(shape=(400, 300),type="filepath", label="Recipe Image")
100
 
101