JYYong commited on
Commit
f90d4c2
โ€ข
1 Parent(s): 273c30f

markdown msg

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -6,7 +6,10 @@ def update(name):
6
  demo = gr.Blocks()
7
 
8
  with demo:
9
- gr.Markdown("Start typing below and then click **Run** to see the output.")
 
 
 
10
  with gr.Row():
11
  inp = gr.Textbox(placeholder="What is your name?")
12
  out = gr.Textbox()
 
6
  demo = gr.Blocks()
7
 
8
  with demo:
9
+ gr.Markdown(f"์ง€๊ธˆ๋ถ€ํ„ฐ ๋Œ€ํ™” ์ •๋ณด๋ฅผ ์ž…๋ ฅ ๋ฐ›๊ฒ ์Šต๋‹ˆ๋‹ค.\n"
10
+ f"๊ฐ ์งˆ๋ฌธ์— ๋Œ€๋‹ต ํ›„ Enter ํ•ด์ฃผ์„ธ์š”.\n"
11
+ f"์•„๋ฌด ์ž…๋ ฅ ์—†์ด Enter ํ•  ๊ฒฝ์šฐ, ๋ฏธ๋ฆฌ ์ง€์ •๋œ ๊ฐ’ ์ค‘ ๋žœ๋ค์œผ๋กœ ์ •ํ•˜๊ฒŒ ๋ฉ๋‹ˆ๋‹ค.\n"
12
+ )
13
  with gr.Row():
14
  inp = gr.Textbox(placeholder="What is your name?")
15
  out = gr.Textbox()