Update app.py
Browse files
app.py
CHANGED
|
@@ -391,7 +391,7 @@ with demo:
|
|
| 391 |
model_name_textbox = gr.Textbox(label="Submission name")
|
| 392 |
model_family_textbox = gr.Textbox(label="Model family")
|
| 393 |
system_prompt_textbox = gr.Textbox(label="System prompt example")
|
| 394 |
-
url_textbox = gr.Textbox(label="Url to
|
| 395 |
with gr.Column():
|
| 396 |
organisation = gr.Textbox(label="Team name")
|
| 397 |
mail = gr.Textbox(label="Contact email (will be stored privately, & used if there is an issue with your submission)")
|
|
|
|
| 391 |
model_name_textbox = gr.Textbox(label="Submission name")
|
| 392 |
model_family_textbox = gr.Textbox(label="Model family")
|
| 393 |
system_prompt_textbox = gr.Textbox(label="System prompt example")
|
| 394 |
+
url_textbox = gr.Textbox(label="Url to submission information")
|
| 395 |
with gr.Column():
|
| 396 |
organisation = gr.Textbox(label="Team name")
|
| 397 |
mail = gr.Textbox(label="Contact email (will be stored privately, & used if there is an issue with your submission)")
|