Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,9 @@ if SYSTEM_PROMPT and "νκ΅μ΄" in SYSTEM_PROMPT:
|
|
67 |
chat_interface = gr.ChatInterface(
|
68 |
fn=chatbot_predict,
|
69 |
title="AI μ±λ΄ (μμ€ν
ν둬ννΈ μ€μ κ°λ₯)",
|
70 |
-
description=f"νμ¬ μμ€ν
ν둬ννΈ: \"{SYSTEM_PROMPT or 'μμ'}\"",
|
|
|
|
|
71 |
examples=examples,
|
72 |
# type="messages"λ historyλ₯Ό [{'role': 'user', 'content': '...'}] νμμΌλ‘ λ°κΈ° μν΄ νμν©λλ€.
|
73 |
# μ½λ2μ νμμ λ°λ¦
λλ€.
|
|
|
67 |
chat_interface = gr.ChatInterface(
|
68 |
fn=chatbot_predict,
|
69 |
title="AI μ±λ΄ (μμ€ν
ν둬ννΈ μ€μ κ°λ₯)",
|
70 |
+
#description=f"νμ¬ μμ€ν
ν둬ννΈ: \"{SYSTEM_PROMPT or 'μμ'}\"",
|
71 |
+
description="",
|
72 |
+
|
73 |
examples=examples,
|
74 |
# type="messages"λ historyλ₯Ό [{'role': 'user', 'content': '...'}] νμμΌλ‘ λ°κΈ° μν΄ νμν©λλ€.
|
75 |
# μ½λ2μ νμμ λ°λ¦
λλ€.
|