Update app.py
Browse files
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.
|
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 |
)
|