engardeProjects commited on
Commit
f9d76d4
·
1 Parent(s): aa6b6d2
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -34,7 +34,13 @@ image = Image.open('./title2.png')
34
  st.image(image)
35
 
36
 
37
- st.markdown("**How to download your hinge data [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("<h2>How to download your hinge [data](%s)" % "https://hingeapp.zendesk.com/hc/en-us/articles/360004792234-Data-Requests")
38
+ st.markdown("<h2>After you request your data, you'll eventually get an email from hinge")
39
+ st.markdown("<h2>subject 'Access your Data', you'll only have 48 hours to download it from the app.")
40
+ st.markdown("<h2>You'll download a zip file, then upload it here.")
41
+
42
+
43
+
44
 
45
  placeholderText = 'please wait while file loads'
46