Shiyu Zhao commited on
Commit
c85c312
·
1 Parent(s): da5e6f3

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1014,9 +1014,9 @@ with gr.Blocks(css=css) as demo:
1014
  placeholder="e.g., 4x NVIDIA A100 80GB"
1015
  )
1016
  with gr.Row():
1017
- with gr.Row(scale=1): # Small scale for checkbox
1018
  honor_code = gr.Checkbox(label="", value=False)
1019
- with gr.Row(scale=10): # Much larger scale for text
1020
  gr.Markdown("By submitting these results, you confirm that they are truthful and reproducible, and you verify the integrity of your submission.")
1021
  csv_file = gr.File(
1022
  label="Prediction 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="", value=False)
1019
+ with gr.Column(scale=10): # Much larger scale for text
1020
  gr.Markdown("By submitting these results, you confirm that they are truthful and reproducible, and you verify the integrity of your submission.")
1021
  csv_file = gr.File(
1022
  label="Prediction CSV*",