Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,6 @@ button[data-testid="example"] {
|
|
| 138 |
|
| 139 |
with gr.Blocks(theme=theme, css = css) as demo:
|
| 140 |
gr.Image(display_image(), show_label=False, interactive=False)
|
| 141 |
-
gr.ChatInterface(respond, type = "messages",
|
| 142 |
title = "Hi, I'm BloomBot! 🌸",
|
| 143 |
chatbot = gr.ChatInterface(
|
| 144 |
fn = respond,
|
|
|
|
| 138 |
|
| 139 |
with gr.Blocks(theme=theme, css = css) as demo:
|
| 140 |
gr.Image(display_image(), show_label=False, interactive=False)
|
|
|
|
| 141 |
title = "Hi, I'm BloomBot! 🌸",
|
| 142 |
chatbot = gr.ChatInterface(
|
| 143 |
fn = respond,
|