Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ gr.close_all()
|
|
| 30 |
|
| 31 |
demo = gr.Interface(fn=invoke,
|
| 32 |
inputs=[gr.Radio([1, 2, 3], label="Level"),
|
| 33 |
-
gr.
|
| 34 |
gr.Textbox(label="File Name"),
|
| 35 |
gr.Textbox(label="Ground Truth"),
|
| 36 |
gr.Textbox(label="OpenAI API Key", type="password")],
|
|
|
|
| 30 |
|
| 31 |
demo = gr.Interface(fn=invoke,
|
| 32 |
inputs=[gr.Radio([1, 2, 3], label="Level"),
|
| 33 |
+
gr.Markdown(label="Question"),
|
| 34 |
gr.Textbox(label="File Name"),
|
| 35 |
gr.Textbox(label="Ground Truth"),
|
| 36 |
gr.Textbox(label="OpenAI API Key", type="password")],
|