Rahka commited on
Commit
5d04bea
·
verified ·
1 Parent(s): 88d5d32

Update src/application/app.py

Browse files
Files changed (1) hide show
  1. src/application/app.py +6 -2
src/application/app.py CHANGED
@@ -300,9 +300,13 @@ if chosen_id == "1":
300
  st.header("Want to support us?")
301
  col_support, _, _ = st.columns(spec=[1, 0.1, 1])
302
  with col_support:
303
- st.write(
304
- "Our priority is to make the app as valuable and helpful as possible for the target group by tailoring features to their specific needs and addressing real-world challenges they face. We, therefore, would appreciate your feedback and support to improve the app. You can fill out a quick feedback form (maximal 5 minutes) or use the in-depth survey (maximal 15 minutes)."
 
 
 
305
  )
 
306
  review, in_depth_review, _ = st.columns(spec=[0.7, 1.0, 4], gap="large")
307
  with review:
308
  st.link_button(
 
300
  st.header("Want to support us?")
301
  col_support, _, _ = st.columns(spec=[1, 0.1, 1])
302
  with col_support:
303
+ st.markdown(
304
+ """
305
+ <p class="description"> Our priority is to make the app as valuable and helpful as possible for the target group by tailoring features to their specific needs and addressing real-world challenges they face. We, therefore, would appreciate your feedback and support to improve the app. You can fill out a quick feedback form (maximal 5 minutes) or use the in-depth survey (maximal 15 minutes). </p>
306
+ """,
307
+ unsafe_allow_html=True,
308
  )
309
+
310
  review, in_depth_review, _ = st.columns(spec=[0.7, 1.0, 4], gap="large")
311
  with review:
312
  st.link_button(