Commit
·
d848218
1
Parent(s):
b7d5494
Comment email
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks() as demo:
|
|
198 |
""")
|
199 |
|
200 |
hf_username = gr.Textbox(placeholder="ThomasSimonini", label="Your Hugging Face Username")
|
201 |
-
email = gr.Textbox(placeholder="[email protected]", label="Your Email (to receive your certificate)")
|
202 |
check_progress_button = gr.Button(value="Check my progress")
|
203 |
output = gr.components.Dataframe(value= test_(hf_username), headers=["Unit", "Environment", "Library", "Baseline", "Your best result", "Your best model id", "Pass?"], datatype=["markdown", "markdown", "markdown", "number", "number", "markdown", "markdown"])
|
204 |
check_progress_button.click(fn=test_, inputs=hf_username, outputs=output)
|
|
|
198 |
""")
|
199 |
|
200 |
hf_username = gr.Textbox(placeholder="ThomasSimonini", label="Your Hugging Face Username")
|
201 |
+
#email = gr.Textbox(placeholder="[email protected]", label="Your Email (to receive your certificate)")
|
202 |
check_progress_button = gr.Button(value="Check my progress")
|
203 |
output = gr.components.Dataframe(value= test_(hf_username), headers=["Unit", "Environment", "Library", "Baseline", "Your best result", "Your best model id", "Pass?"], datatype=["markdown", "markdown", "markdown", "number", "number", "markdown", "markdown"])
|
204 |
check_progress_button.click(fn=test_, inputs=hf_username, outputs=output)
|