HAissa commited on
Commit
e7b9216
·
verified ·
1 Parent(s): a6e6e82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")