Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ demo = gr.ChatInterface(
|
|
183 |
clear_btn="🗑️ پاک کردن",
|
184 |
submit_btn="ارسال",
|
185 |
title="درنا، محصول مرکز تحقیقات هوش مصنوعی پارت",
|
186 |
-
|
187 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER, rtl=True)
|
188 |
)
|
189 |
|
|
|
183 |
clear_btn="🗑️ پاک کردن",
|
184 |
submit_btn="ارسال",
|
185 |
title="درنا، محصول مرکز تحقیقات هوش مصنوعی پارت",
|
186 |
+
textbox=gr.Textbox(show_label=False, lines=2, rtl=True, placeholder="ورودی", show_copy_button=True, scale=4),
|
187 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER, rtl=True)
|
188 |
)
|
189 |
|