tiennguyenbnbk commited on
Commit
b0c6760
·
verified ·
1 Parent(s): 8e33167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(gr.themes.Origin()) as demo:
101
  facialEyeContact = gr.Radio(facial_eye_contact_choices, label="Facial Expression + Eye Contact", value=facial_eye_contact_choices[1])
102
  with gr.Group():
103
  fluency = gr.Radio(fluency_choices, label="Fluency", value=fluency_choices[1])
104
- with gr.Row():
105
  gen_btn = gr.Button("Generate comment")
106
  output = gr.Textbox(label="Teacher’s Comment", lines=5)
107
  gen_btn.click(
 
101
  facialEyeContact = gr.Radio(facial_eye_contact_choices, label="Facial Expression + Eye Contact", value=facial_eye_contact_choices[1])
102
  with gr.Group():
103
  fluency = gr.Radio(fluency_choices, label="Fluency", value=fluency_choices[1])
104
+ with gr.Column():
105
  gen_btn = gr.Button("Generate comment")
106
  output = gr.Textbox(label="Teacher’s Comment", lines=5)
107
  gen_btn.click(