Update app.py
Browse files
app.py
CHANGED
@@ -218,8 +218,8 @@ if not USE_SLOW_ECHO:
|
|
218 |
|
219 |
demo = gr.ChatInterface(
|
220 |
fn=chat_fn,
|
221 |
-
|
222 |
-
|
223 |
theme="default",
|
224 |
type="messages",
|
225 |
flagging_mode="manual",
|
|
|
218 |
|
219 |
demo = gr.ChatInterface(
|
220 |
fn=chat_fn,
|
221 |
+
title="Trek Asistanı",
|
222 |
+
description="Hoş geldiniz! Trek ile ilgili sorularınızı yanıtlıyorum.",
|
223 |
theme="default",
|
224 |
type="messages",
|
225 |
flagging_mode="manual",
|