ewhk9887 commited on
Commit
03c4043
Β·
verified Β·
1 Parent(s): cde3e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  code_input = gr.Textbox(label="μ½”λ“œ μž…λ ₯", placeholder="리뷰λ₯Ό μ›ν•˜λŠ” μ½”λ“œλ₯Ό μž…λ ₯ν•˜μ„Έμš”...", lines=10)
42
  system_message = gr.Textbox(
43
  label="μ‹œμŠ€ν…œ λ©”μ‹œμ§€",
44
- value="You are a helpful assistant providing detailed and constructive code reviews.",
45
  lines=3,
46
  )
47
  with gr.Column():
 
41
  code_input = gr.Textbox(label="μ½”λ“œ μž…λ ₯", placeholder="리뷰λ₯Ό μ›ν•˜λŠ” μ½”λ“œλ₯Ό μž…λ ₯ν•˜μ„Έμš”...", lines=10)
42
  system_message = gr.Textbox(
43
  label="μ‹œμŠ€ν…œ λ©”μ‹œμ§€",
44
+ value="μœ μ €μ˜ μ½”λ“œμ—μ„œ 였λ₯˜μ™€ κ°œμ„ μ μ„ ν•œκ΅­μ–΄λ‘œ λ¦¬λ·°ν•˜μ„Έμš”.",
45
  lines=3,
46
  )
47
  with gr.Column():