Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,6 +254,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 254 |
with gr.Row():
|
| 255 |
big_block = gr.HTML("<button><a href='https://www.cdc.gov/mentalhealth/tools-resources/index.htm'>Mental Health Resources</a></button>")
|
| 256 |
big_block = gr.HTML("<button><a href='https://www.humanrightscareers.com/issues/menstrual-justice-organizations-working-for-health-equity/'>Menstrual Health Resources</a></button>")
|
| 257 |
-
|
| 258 |
# Launch the Gradio app to allow user interaction
|
| 259 |
demo.launch(share=True)
|
|
|
|
| 254 |
with gr.Row():
|
| 255 |
big_block = gr.HTML("<button><a href='https://www.cdc.gov/mentalhealth/tools-resources/index.htm'>Mental Health Resources</a></button>")
|
| 256 |
big_block = gr.HTML("<button><a href='https://www.humanrightscareers.com/issues/menstrual-justice-organizations-working-for-health-equity/'>Menstrual Health Resources</a></button>")
|
| 257 |
+
big_block = gr.HTML("<button><a href='https://www.covid.gov/'>COVID-19 Resources</a></button>")
|
| 258 |
# Launch the Gradio app to allow user interaction
|
| 259 |
demo.launch(share=True)
|