AntaresGuo commited on
Commit
03ae1cf
·
verified ·
1 Parent(s): 32ca67e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -31,12 +31,14 @@ with gr.Blocks(css=css) as demo:
31
  gr.HTML(title)
32
  with gr.Row():
33
  with gr.Column(scale=1):
34
- gr.Markdown('''
35
- ⭐️<b> User Tips </b>
36
- - <b>step1:</b>Input a Character. Recommended Chinese Character.
 
37
  - <b>step2:</b>Select a style in the Gallery
38
- - <b>step3:</b>Click Run,Waiting for about 1 Min. Enjoy
39
- ''')
 
40
  word = gr.Textbox(
41
  label="Input Character",
42
  info="please type Character, such as 李. (输入中文字,例如,李)",
 
31
  gr.HTML(title)
32
  with gr.Row():
33
  with gr.Column(scale=1):
34
+ gr.HTML("""
35
+ </br>
36
+ <h1 ⭐️<b> User Tips </b></h1>
37
+ <h2 - <b>step1:</b>Input a Character. Recommended Chinese Character.
38
  - <b>step2:</b>Select a style in the Gallery
39
+ - <b>step3:</b>Click Run,Waiting for about 1 Min. Enjoy</h2>
40
+ </br>
41
+ """)
42
  word = gr.Textbox(
43
  label="Input Character",
44
  info="please type Character, such as 李. (输入中文字,例如,李)",