hanriv commited on
Commit
6778c3d
·
verified ·
1 Parent(s): 5515c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,9 +147,9 @@ if uploaded_file is not None:
147
 
148
 
149
  button_clicked = st.button("Put Upper Pictures into Deepfake Model")
150
- st.markdown('<p class="survey">If you have used this feature, we would appreciate it if you could respond to the survey below.</p>', unsafe_allow_html=True)
151
  st.markdown('<p class="survey">We will be giving out gift cards through a monthly raffle among those who leave their contact information.</p>', unsafe_allow_html=True)
152
- st.markdown('<p class="survey-1"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdzRtuvQyp3CQDhlxEag40v2yDM7u9NYpJ2gv5kgwuNbo1gUA/viewform?usp=sf_link" target="_blank" class="a-tag">Participating in this Survey would help us!!</a></p>', unsafe_allow_html=True)
153
  st.markdown('<p class="survey-2">Thank you for using our service!!</p>', unsafe_allow_html=True)
154
 
155
  if button_clicked:
 
147
 
148
 
149
  button_clicked = st.button("Put Upper Pictures into Deepfake Model")
150
+ st.markdown('<p class="survey">If you have used this feature or curious about our curious about our technical principles, we would appreciate it if you could respond to the survey below.</p>', unsafe_allow_html=True)
151
  st.markdown('<p class="survey">We will be giving out gift cards through a monthly raffle among those who leave their contact information.</p>', unsafe_allow_html=True)
152
+ st.markdown('<p class="survey-1"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdzRtuvQyp3CQDhlxEag40v2yDM7u9NYpJ2gv5kgwuNbo1gUA/viewform?usp=sf_link" target="_blank" class="a-tag">Participate in this Survey would help us!!</a></p>', unsafe_allow_html=True)
153
  st.markdown('<p class="survey-2">Thank you for using our service!!</p>', unsafe_allow_html=True)
154
 
155
  if button_clicked: