pquintero commited on
Commit
809a553
·
1 Parent(s): 21e1c3f

fix username box

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -117,9 +117,9 @@ with gr.Blocks() as demo:
117
  with gr.Row():
118
  with gr.Column():
119
  username_input = gr.Textbox(
120
- label="anonymous_submissions",
121
- placeholder="Enter your Hugging Face username",
122
- info="This will be used to track your submissions, and to update your results if you submit again. Leave blank for anonymous submissions.",
123
  )
124
  model_name_input = gr.Textbox(
125
  label="Model Name",
 
117
  with gr.Row():
118
  with gr.Column():
119
  username_input = gr.Textbox(
120
+ label="Username",
121
+ placeholder="Enter your Hugging Face username or leave blank for anonymous submissions",
122
+ info="This will be used to track your submissions, and to update your results if you submit again.",
123
  )
124
  model_name_input = gr.Textbox(
125
  label="Model Name",