Spaces:
Running
Running
Shiyu Zhao
commited on
Commit
·
250d539
1
Parent(s):
c85c312
Update space
Browse files
app.py
CHANGED
@@ -1014,10 +1014,10 @@ with gr.Blocks(css=css) as demo:
|
|
1014 |
placeholder="e.g., 4x NVIDIA A100 80GB"
|
1015 |
)
|
1016 |
with gr.Row():
|
1017 |
-
with gr.Column(scale=1): # Small scale for checkbox
|
1018 |
-
|
1019 |
-
with gr.Column(scale=10): # Much larger scale for text
|
1020 |
-
|
1021 |
csv_file = gr.File(
|
1022 |
label="Prediction CSV*",
|
1023 |
file_types=[".csv"],
|
|
|
1014 |
placeholder="e.g., 4x NVIDIA A100 80GB"
|
1015 |
)
|
1016 |
with gr.Row():
|
1017 |
+
# with gr.Column(scale=1): # Small scale for checkbox
|
1018 |
+
honor_code = gr.Checkbox(label="By submitting these results, you confirm that they are truthful and reproducible, and you verify the integrity of your submission.", value=False)
|
1019 |
+
# with gr.Column(scale=10): # Much larger scale for text
|
1020 |
+
# gr.Markdown("")
|
1021 |
csv_file = gr.File(
|
1022 |
label="Prediction CSV*",
|
1023 |
file_types=[".csv"],
|