AIRider commited on
Commit
a9ad83b
·
verified ·
1 Parent(s): 960780c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
96
  scale=4,
97
  label="메시지 입력",
98
  lines=3,
99
- placeholder="메시지를 입력하세요. 엔터 키로 줄바꿈, Shift+Enter로 전송"
100
  )
101
 
102
  with gr.Row():
 
96
  scale=4,
97
  label="메시지 입력",
98
  lines=3,
99
+ placeholder="메시지를 입력하세요. Shift+Enter로 줄바꿈, Enter로 전송"
100
  )
101
 
102
  with gr.Row():