Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
173 |
type="messages",
|
174 |
),
|
175 |
type="messages",
|
176 |
-
textbox=gr.
|
177 |
label="input",
|
178 |
),
|
179 |
editable=True,
|
|
|
173 |
type="messages",
|
174 |
),
|
175 |
type="messages",
|
176 |
+
textbox=gr.MultimodalTextbox(
|
177 |
label="input",
|
178 |
),
|
179 |
editable=True,
|