Spaces:
Runtime error
Runtime error
NewBanner
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def respond(message, history):
|
|
| 86 |
|
| 87 |
with gr.Blocks(theme=chat_theme) as chatbot:
|
| 88 |
gr.Image(
|
| 89 |
-
value="
|
| 90 |
show_label=False,
|
| 91 |
show_share_button=False,
|
| 92 |
show_download_button=False
|
|
|
|
| 86 |
|
| 87 |
with gr.Blocks(theme=chat_theme) as chatbot:
|
| 88 |
gr.Image(
|
| 89 |
+
value="NewBanner.png",
|
| 90 |
show_label=False,
|
| 91 |
show_share_button=False,
|
| 92 |
show_download_button=False
|