ynhe commited on
Commit
7df350d
1 Parent(s): 2d05acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -517,6 +517,9 @@ with block:
517
  model_link = gr.Textbox(
518
  label="**Project Page/Paper Link**", placeholder="Required field"
519
  )
 
 
 
520
  contact_email = gr.Textbox(
521
  label="E-Mail(**Will not be displayed**)", placeholder="Required field"
522
  )
 
517
  model_link = gr.Textbox(
518
  label="**Project Page/Paper Link**", placeholder="Required field"
519
  )
520
+ team_name = gr.Textbox(
521
+ label="Your Team Name(If left blank, it will be user upload)", placeholder="User Upload"
522
+ )
523
  contact_email = gr.Textbox(
524
  label="E-Mail(**Will not be displayed**)", placeholder="Required field"
525
  )