Blanca commited on
Commit
5d5ce97
·
verified ·
1 Parent(s): 85e51be

Update app.py

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