Spaces:
Sleeping
Sleeping
Commit
·
8b0fc87
1
Parent(s):
3d89e7e
adjust text lines
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ class App:
|
|
| 91 |
label="🖊️ 寫字板",
|
| 92 |
)
|
| 93 |
|
| 94 |
-
self.target_txt = gr.
|
| 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():
|