fix username box
Browse files
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="
|
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.
|
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",
|