Spaces:
Sleeping
Sleeping
assignment_introduction = gr.TextArea(label="寫作引文")
Browse files- 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("### 繳交規範")
|