bstraehle commited on
Commit
b26a9bd
·
verified ·
1 Parent(s): 92e1799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,13 +77,13 @@ with gr.Blocks(title="GAIA") as gaia:
77
  label="Level",
78
  value=int(os.environ.get("INPUT_LEVEL", 1))
79
  )
80
- with gr.Column(scale=2):
81
- file_name = gr.Textbox(label="File Name")
82
  with gr.Column(scale=1):
83
  ground_truth = gr.Textbox(
84
  label="Ground Truth",
85
  value=os.environ.get("INPUT_GROUND_TRUTH", "")
86
  )
 
 
87
  with gr.Row():
88
  openai_api_key = gr.Textbox(
89
  label="OpenAI API Key *",
 
77
  label="Level",
78
  value=int(os.environ.get("INPUT_LEVEL", 1))
79
  )
 
 
80
  with gr.Column(scale=1):
81
  ground_truth = gr.Textbox(
82
  label="Ground Truth",
83
  value=os.environ.get("INPUT_GROUND_TRUTH", "")
84
  )
85
+ with gr.Column(scale=2):
86
+ file_name = gr.Textbox(label="File Name")
87
  with gr.Row():
88
  openai_api_key = gr.Textbox(
89
  label="OpenAI API Key *",