Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,13 +98,13 @@ def respond(message, history):
|
|
| 98 |
response += token # Add it to the response
|
| 99 |
yield response # yield the response:
|
| 100 |
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
|
| 109 |
chatbot_interface = gr.ChatInterface(
|
| 110 |
respond,
|
|
|
|
| 98 |
response += token # Add it to the response
|
| 99 |
yield response # yield the response:
|
| 100 |
|
| 101 |
+
with gr.Blocks(theme=custom_theme) as demo:
|
| 102 |
+
gr.Image(
|
| 103 |
+
value="Banner.png",
|
| 104 |
+
show_label=False,
|
| 105 |
+
show_share_button=False,
|
| 106 |
+
show_download_button=False
|
| 107 |
+
)
|
| 108 |
|
| 109 |
chatbot_interface = gr.ChatInterface(
|
| 110 |
respond,
|