Spaces:
Runtime error
Runtime error
removed banner
Browse files
app.py
CHANGED
|
@@ -93,12 +93,12 @@ def respond(message, history):
|
|
| 93 |
yield response # yield the response:
|
| 94 |
|
| 95 |
with gr.Blocks(theme=custom_theme) as demo:
|
| 96 |
-
gr.Image(
|
| 97 |
-
value="Banner.png",
|
| 98 |
-
show_label=False,
|
| 99 |
-
show_share_button=False,
|
| 100 |
-
show_download_button=False
|
| 101 |
-
)
|
| 102 |
|
| 103 |
chatbot_interface = gr.ChatInterface(
|
| 104 |
respond,
|
|
|
|
| 93 |
yield response # yield the response:
|
| 94 |
|
| 95 |
with gr.Blocks(theme=custom_theme) as demo:
|
| 96 |
+
#gr.Image(
|
| 97 |
+
#value="Banner.png",
|
| 98 |
+
#show_label=False,
|
| 99 |
+
#show_share_button=False,
|
| 100 |
+
#show_download_button=False
|
| 101 |
+
#)
|
| 102 |
|
| 103 |
chatbot_interface = gr.ChatInterface(
|
| 104 |
respond,
|