bstraehle commited on
Commit
8a4b87d
·
verified ·
1 Parent(s): b54a46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(title="GAIA") as gaia:
66
  with gr.Row():
67
  with gr.Column(scale=3):
68
  with gr.Row():
69
- question = gr.Markdown(
70
  label="Question *",
71
  value=os.environ.get("INPUT_QUESTION", "")
72
  )
 
66
  with gr.Row():
67
  with gr.Column(scale=3):
68
  with gr.Row():
69
+ question = gr.Textbox(
70
  label="Question *",
71
  value=os.environ.get("INPUT_QUESTION", "")
72
  )