mislavb commited on
Commit
18e7360
·
1 Parent(s): 879b926

label discord username to name

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -366,13 +366,13 @@ with gr.Blocks(
366
  with gr.Row():
367
  with gr.Column():
368
  discord_username_pg = gr.Textbox(
369
- label="Discord username",
370
- info="Use your Discord username. Will be used to validate solutions.",
371
  )
372
  feedback_pg = gr.Textbox(label="Feedback")
373
  with gr.Column():
374
  summary_output = gr.Textbox(
375
- label="Summary output", interactive=False, lines=6
376
  )
377
 
378
  generate_summary_playground = gr.Button("Submit")
@@ -418,8 +418,8 @@ with gr.Blocks(
418
  with gr.Row():
419
  with gr.Column():
420
  discord_username_ch_easy = gr.Textbox(
421
- label="Discord username",
422
- info="Use your Discord username. Will be used to validate solutions.",
423
  )
424
  feedback_ch_easy = gr.Textbox(label="Feedback")
425
 
@@ -440,8 +440,8 @@ with gr.Blocks(
440
  with gr.Row():
441
  with gr.Column():
442
  discord_username_ch_hard = gr.Textbox(
443
- label="Discord username",
444
- info="Use your Discord username. Will be used to validate solutions.",
445
  )
446
  feedback_ch_hard = gr.Textbox(label="Feedback")
447
  g_recaptcha_response = gr.Textbox(
 
366
  with gr.Row():
367
  with gr.Column():
368
  discord_username_pg = gr.Textbox(
369
+ label="Name",
370
+ info="Use your Discord username if you want to participate in the competition.",
371
  )
372
  feedback_pg = gr.Textbox(label="Feedback")
373
  with gr.Column():
374
  summary_output = gr.Textbox(
375
+ label="Summary output", interactive=False, lines=6,
376
  )
377
 
378
  generate_summary_playground = gr.Button("Submit")
 
418
  with gr.Row():
419
  with gr.Column():
420
  discord_username_ch_easy = gr.Textbox(
421
+ label="Name",
422
+ info="Use your Discord username if you want to participate in the competition.",
423
  )
424
  feedback_ch_easy = gr.Textbox(label="Feedback")
425
 
 
440
  with gr.Row():
441
  with gr.Column():
442
  discord_username_ch_hard = gr.Textbox(
443
+ label="Name",
444
+ info="Use your Discord username if you want to participate in the competition.",
445
  )
446
  feedback_ch_hard = gr.Textbox(label="Feedback")
447
  g_recaptcha_response = gr.Textbox(