yoon2566 commited on
Commit
f385420
Β·
verified Β·
1 Parent(s): 0d35b8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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의 ν˜•μ‹μ„ λ”°λ¦…λ‹ˆλ‹€.