Update app.py
Browse files
app.py
CHANGED
@@ -533,7 +533,7 @@ h3 {
|
|
533 |
demo = gr.ChatInterface(
|
534 |
fn=chat_fn,
|
535 |
title="Trek Asistanı",
|
536 |
-
theme=
|
537 |
type="messages",
|
538 |
flagging_mode="manual",
|
539 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|
|
|
533 |
demo = gr.ChatInterface(
|
534 |
fn=chat_fn,
|
535 |
title="Trek Asistanı",
|
536 |
+
theme="glass",
|
537 |
type="messages",
|
538 |
flagging_mode="manual",
|
539 |
flagging_options=["Doğru", "Yanlış", "Emin değilim", "Diğer"],
|