Diyasinkar commited on
Commit
b2e374a
·
verified ·
1 Parent(s): c7be1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)