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

with gr.Tab("學生|模擬繳交"):

Browse files
Files changed (1) hide show
  1. 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")