cindywqng commited on
Commit
8c91902
·
verified ·
1 Parent(s): 8ac93e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(theme=theme) as demo:
204
  submit_button = gr.Button("Submit")
205
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
206
  with gr.Row():
207
- big_block = gr.HTML("<button><a href='https://www.headspace.com/teens'>FREE: HEADSPACE FOR TEENS </a></button>")
208
  big_block2 = gr.HTML("<button><a href='https://calmconnect-flower.replit.app/'>PLAY FLOWER GAME</a></button>")
209
  big_block3 = gr.HTML("<button><a href='https://www.nyc.gov/site/doh/health/health-topics/teenspace.page'>NYC: TEENSPACE (free services)</a></button>")
210
  big_block4 =gr.HTML("<button><a href='https://www.teenlife.com/blog/mental-health-resources-for-teens/'>TEEN MENTAL HEALTH RESOURCES (free services)</a></button>")
 
204
  submit_button = gr.Button("Submit")
205
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
206
  with gr.Row():
207
+ big_block = gr.HTML("### <button><a href='https://www.headspace.com/teens'>FREE: HEADSPACE FOR TEENS </a></button>")
208
  big_block2 = gr.HTML("<button><a href='https://calmconnect-flower.replit.app/'>PLAY FLOWER GAME</a></button>")
209
  big_block3 = gr.HTML("<button><a href='https://www.nyc.gov/site/doh/health/health-topics/teenspace.page'>NYC: TEENSPACE (free services)</a></button>")
210
  big_block4 =gr.HTML("<button><a href='https://www.teenlife.com/blog/mental-health-resources-for-teens/'>TEEN MENTAL HEALTH RESOURCES (free services)</a></button>")