Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,8 @@ def respond(message, history, cuisine, dietary_restrictions, allergies):
|
|
43 |
yield response
|
44 |
|
45 |
|
46 |
-
|
|
|
47 |
theme = gr.themes.Monochrome(
|
48 |
primary_hue="orange",
|
49 |
secondary_hue="zinc",
|
|
|
43 |
yield response
|
44 |
|
45 |
|
46 |
+
gr.Image(value="your-banner.png", show_label=False, container=False)
|
47 |
+
|
48 |
theme = gr.themes.Monochrome(
|
49 |
primary_hue="orange",
|
50 |
secondary_hue="zinc",
|