Spaces:
Runtime error
Runtime error
Commit
·
5675779
1
Parent(s):
730b060
fix swapped date and country gen examples
Browse files
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 |
-
|
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 |
-
|
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/)): ")
|