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