aashnaj commited on
Commit
c23d4b5
·
verified ·
1 Parent(s): c7befc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def respond(message, history, cuisine, dietary_restrictions, allergies):
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",
 
42
  response += token
43
  yield response
44
 
45
+ logo="banner.png"
46
 
47
  theme = gr.themes.Monochrome(
48
  primary_hue="orange",