Update app.py
Browse files
app.py
CHANGED
|
@@ -181,7 +181,7 @@ chatbot = gr.Chatbot(placeholder="Please send an URL or document file at first<b
|
|
| 181 |
with gr.Blocks(theme="soft", css=css, fill_height="true") as demo:
|
| 182 |
gr.ChatInterface(
|
| 183 |
fn = infer,
|
| 184 |
-
title =
|
| 185 |
multimodal = True,
|
| 186 |
chatbot=chatbot,
|
| 187 |
)
|
|
|
|
| 181 |
with gr.Blocks(theme="soft", css=css, fill_height="true") as demo:
|
| 182 |
gr.ChatInterface(
|
| 183 |
fn = infer,
|
| 184 |
+
title = title,
|
| 185 |
multimodal = True,
|
| 186 |
chatbot=chatbot,
|
| 187 |
)
|