hpeskoff commited on
Commit
40867ed
·
verified ·
1 Parent(s): ca607b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ topics = """
128
  - Pork Recipes
129
  """
130
  def display_image():
131
- return
132
 
133
  # Setup the Gradio Blocks interface with custom layout components
134
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
128
  - Pork Recipes
129
  """
130
  def display_image():
131
+ return "https://huggingface.co/spaces/Sustainable-Meal-Assistant/TreeBot/resolve/main/sustainable-food-principles%C2%A9iStock-552584505.jpg"
132
 
133
  # Setup the Gradio Blocks interface with custom layout components
134
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo: