Update app.py
Browse files
app.py
CHANGED
|
@@ -554,9 +554,6 @@ demo = gr.ChatInterface(
|
|
| 554 |
fn=chat_fn,
|
| 555 |
title="Trek Asistanı",
|
| 556 |
theme="soft",
|
| 557 |
-
text_size="sm",
|
| 558 |
-
spacing_size="sm",
|
| 559 |
-
radius_size="sm",
|
| 560 |
type="messages",
|
| 561 |
flagging_mode="manual",
|
| 562 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|
|
|
|
| 554 |
fn=chat_fn,
|
| 555 |
title="Trek Asistanı",
|
| 556 |
theme="soft",
|
|
|
|
|
|
|
|
|
|
| 557 |
type="messages",
|
| 558 |
flagging_mode="manual",
|
| 559 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|