Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ if not USE_SLOW_ECHO:
|
|
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",
|
|
|
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",
|