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