Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|