tomerz-aai commited on
Commit
2309329
·
1 Parent(s): f8117b4
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -149,8 +149,8 @@ with demo:
149
  # interactive=True,
150
  # )
151
 
152
- with gr.Column():
153
- submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
154
  # precision = gr.Dropdown(
155
  # choices=[i.value.name for i in Precision if i != Precision.Unknown],
156
  # label="Precision",
 
149
  # interactive=True,
150
  # )
151
 
152
+ # with gr.Column():
153
+ # submission_file = gr.File(label="JSONL solutions file", file_types=[".jsonl"])
154
  # precision = gr.Dropdown(
155
  # choices=[i.value.name for i in Precision if i != Precision.Unknown],
156
  # label="Precision",