emilylearning commited on
Commit
5675779
1 Parent(s): 730b060

fix swapped date and country gen examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -367,11 +367,11 @@ with demo:
367
  gr.Markdown("### Example inputs")
368
  with gr.Row():
369
  gr.Markdown("X-axis sorted by older to more recent dates:")
370
- place_gen = gr.Button('Click for country example inputs')
371
-
372
  gr.Markdown(
373
  "X-axis sorted by bottom 10 and top 10 [Global Gender Gap](https://www3.weforum.org/docs/WEF_GGGR_2021.pdf) ranked countries by World Economic Forum in 2021:")
374
- date_gen = gr.Button('Click for date example inputs')
375
 
376
  gr.Markdown(
377
  "X-axis sorted in order of increasing self-identified female participation (see [bburky demo](http://bburky.com/subredditgenderratios/)): ")
 
367
  gr.Markdown("### Example inputs")
368
  with gr.Row():
369
  gr.Markdown("X-axis sorted by older to more recent dates:")
370
+ date_gen = gr.Button('Click for date example inputs')
371
+
372
  gr.Markdown(
373
  "X-axis sorted by bottom 10 and top 10 [Global Gender Gap](https://www3.weforum.org/docs/WEF_GGGR_2021.pdf) ranked countries by World Economic Forum in 2021:")
374
+ place_gen = gr.Button('Click for country example inputs')
375
 
376
  gr.Markdown(
377
  "X-axis sorted in order of increasing self-identified female participation (see [bburky demo](http://bburky.com/subredditgenderratios/)): ")