yoon2566 commited on
Commit
60858e4
Β·
verified Β·
1 Parent(s): f385420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ if SYSTEM_PROMPT and "ν•œκ΅­μ–΄" in SYSTEM_PROMPT:
66
 
67
  chat_interface = gr.ChatInterface(
68
  fn=chatbot_predict,
69
- title="AI 챗봇 (μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ μ„€μ • κ°€λŠ₯)",
70
  #description=f"ν˜„μž¬ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ: \"{SYSTEM_PROMPT or 'μ—†μŒ'}\"",
71
  description="",
72
 
 
66
 
67
  chat_interface = gr.ChatInterface(
68
  fn=chatbot_predict,
69
+ title="ν˜Έμ€€μ΄λ₯Ό μœ„ν•œ AI 챗봇",
70
  #description=f"ν˜„μž¬ μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ: \"{SYSTEM_PROMPT or 'μ—†μŒ'}\"",
71
  description="",
72