Spaces:
Sleeping
Sleeping
with gr.Tab("學生|模擬繳交"):
Browse files- assignment_ui.py +1 -1
assignment_ui.py
CHANGED
@@ -206,7 +206,7 @@ def create_assignment_ui(user_data, assignment_service, submission_service):
|
|
206 |
outputs=[submission_data_html]
|
207 |
)
|
208 |
|
209 |
-
with gr.Tab("
|
210 |
with gr.Row():
|
211 |
with gr.Column():
|
212 |
assignment_id_input_student = gr.Textbox(label="作業 ID")
|
|
|
206 |
outputs=[submission_data_html]
|
207 |
)
|
208 |
|
209 |
+
with gr.Tab("學生|模擬繳交"):
|
210 |
with gr.Row():
|
211 |
with gr.Column():
|
212 |
assignment_id_input_student = gr.Textbox(label="作業 ID")
|