Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,11 +56,11 @@ with gr.Blocks() as demo:
|
|
| 56 |
with gr.Row(): # XXX confirm this is not a problem later --equal_height=True
|
| 57 |
with gr.Column():
|
| 58 |
gr.Markdown("""### Flood-related""")
|
| 59 |
-
|
| 60 |
|
| 61 |
with gr.Column():
|
| 62 |
gr.Markdown("""### Fire-related""")
|
| 63 |
-
|
| 64 |
|
| 65 |
with gr.Column():
|
| 66 |
gr.Markdown("""### None""")
|
|
|
|
| 56 |
with gr.Row(): # XXX confirm this is not a problem later --equal_height=True
|
| 57 |
with gr.Column():
|
| 58 |
gr.Markdown("""### Flood-related""")
|
| 59 |
+
flood_checkbox_output = gr.CheckboxGroup(label="Select ONLY incorrect classifications")
|
| 60 |
|
| 61 |
with gr.Column():
|
| 62 |
gr.Markdown("""### Fire-related""")
|
| 63 |
+
fire_checkbox_output = gr.CheckboxGroup(label="Select ONLY incorrect classifications")
|
| 64 |
|
| 65 |
with gr.Column():
|
| 66 |
gr.Markdown("""### None""")
|