youngtsai commited on
Commit
b1ba273
·
1 Parent(s): 96c172b

assignment_introduction = gr.TextArea(label="寫作引文")

Browse files
Files changed (1) hide show
  1. assignment_ui.py +1 -1
assignment_ui.py CHANGED
@@ -18,7 +18,7 @@ def create_assignment_ui(user_data, assignment_service, submission_service):
18
  with gr.Row():
19
  gr.Markdown("### 內容規範")
20
  with gr.Row():
21
- assignment_introduction = gr.TextArea(label="寫作引文��填)")
22
  assignment_description = gr.TextArea(label="作業說明")
23
  with gr.Row():
24
  gr.Markdown("### 繳交規範")
 
18
  with gr.Row():
19
  gr.Markdown("### 內容規範")
20
  with gr.Row():
21
+ assignment_introduction = gr.TextArea(label="寫作引文")
22
  assignment_description = gr.TextArea(label="作業說明")
23
  with gr.Row():
24
  gr.Markdown("### 繳交規範")