Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,8 +54,10 @@ with block:
|
|
| 54 |
with gr.Row():
|
| 55 |
with gr.Column(scale=1):
|
| 56 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
| 57 |
-
|
| 58 |
-
|
|
|
|
|
|
|
| 59 |
#with gr.Column(scale=2):
|
| 60 |
# with gr.Accordion('Provide Feedback', open=False):
|
| 61 |
# feedback_textbox = gr.Textbox(lines=3, show_label=False, info="Comments (Leave blank to vote without any comments)")
|
|
|
|
| 54 |
with gr.Row():
|
| 55 |
with gr.Column(scale=1):
|
| 56 |
point_label_radio = gr.Radio(label='Point Label', choices=[1,0], value=1)
|
| 57 |
+
with gr.Row():
|
| 58 |
+
run_btn = gr.Button('Run', variant = 'primary')
|
| 59 |
+
reset_btn = gr.Button('Reset')
|
| 60 |
+
|
| 61 |
#with gr.Column(scale=2):
|
| 62 |
# with gr.Accordion('Provide Feedback', open=False):
|
| 63 |
# feedback_textbox = gr.Textbox(lines=3, show_label=False, info="Comments (Leave blank to vote without any comments)")
|