engardeProjects commited on
Commit
2c34478
·
1 Parent(s): 43fc853
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ image = Image.open('./title2.png')
34
  st.image(image)
35
 
36
 
37
- st.markdown("**[How to download your hinge data]**(%s)" % "https://hingeapp.zendesk.com/hc/en-us/articles/360004792234-Data-Requests")
38
 
39
  placeholderText = 'please wait while file loads'
40
 
 
34
  st.image(image)
35
 
36
 
37
+ st.markdown("check out this [link](%s)" % "https://hingeapp.zendesk.com/hc/en-us/articles/360004792234-Data-Requests")
38
 
39
  placeholderText = 'please wait while file loads'
40