Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|