Update app.py
Browse filesВременно переключил полностью на текст, так как обработка остальных вариантов данных не добавлена.
Temporarily switched entirely to text, as no processing of the other data options has been added.
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.Textbox(
|
177 |
label="input",
|
178 |
),
|
179 |
editable=True,
|