Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,6 @@ with gr.Blocks() as demo:
|
|
| 37 |
|
| 38 |
with gr.Column():
|
| 39 |
question_input = gr.Textbox(label="Question", placeholder="Enter your question here...")
|
| 40 |
-
#with gr.Row():
|
| 41 |
answer_a_input = gr.Textbox(label="Answer A", placeholder="Enter answer A")
|
| 42 |
answer_b_input = gr.Textbox(label="Answer B", placeholder="Enter answer B")
|
| 43 |
answer_c_input = gr.Textbox(label="Answer C", placeholder="Enter answer C")
|
|
|
|
| 37 |
|
| 38 |
with gr.Column():
|
| 39 |
question_input = gr.Textbox(label="Question", placeholder="Enter your question here...")
|
|
|
|
| 40 |
answer_a_input = gr.Textbox(label="Answer A", placeholder="Enter answer A")
|
| 41 |
answer_b_input = gr.Textbox(label="Answer B", placeholder="Enter answer B")
|
| 42 |
answer_c_input = gr.Textbox(label="Answer C", placeholder="Enter answer C")
|