mooncake030 commited on
Commit
8b0fc87
·
1 Parent(s): 3d89e7e

adjust text lines

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ class App:
91
  label="🖊️ 寫字板",
92
  )
93
 
94
- self.target_txt = gr.Textbox(self.default_roma, label="🎯 練習目標")
95
  self.result_txt = gr.TextArea(lines=2, label="💯 辨識結果")
96
 
97
  with gr.Row():
 
91
  label="🖊️ 寫字板",
92
  )
93
 
94
+ self.target_txt = gr.TextArea(self.default_roma, lines=1, label="🎯 練習目標")
95
  self.result_txt = gr.TextArea(lines=2, label="💯 辨識結果")
96
 
97
  with gr.Row():