jayebaku commited on
Commit
ca05083
·
verified ·
1 Parent(s): ef5637a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- fire_checkbox_output = gr.CheckboxGroup(label="Select ONLY incorrect classifications")
60
 
61
  with gr.Column():
62
  gr.Markdown("""### Fire-related""")
63
- flood_checkbox_output = gr.CheckboxGroup(label="Select ONLY incorrect classifications")
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""")