rhea2809 commited on
Commit
0bdc922
Β·
1 Parent(s): 61d94a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ change_link_color = """
28
  """
29
  st.markdown(change_link_color , unsafe_allow_html=True)
30
 
31
- st.write('<h4> FAQs <a href="https://www.responsible.ai/faq">πŸ”—</a> <tab> Press Release <a href="https://www.responsible.ai">πŸ”—</a> <tab> Methodology <a href="https://www.responsible.ai">πŸ”—</a></h4>', unsafe_allow_html=True)
32
 
33
 
34
 
 
28
  """
29
  st.markdown(change_link_color , unsafe_allow_html=True)
30
 
31
+ st.write('<h4> FAQs <a href="https://www.responsible.ai/faq">πŸ”—</a> &nbsp;&nbsp; Press Release <a href="https://www.responsible.ai">πŸ”—</a> &nbsp;&nbsp; Methodology <a href="https://www.responsible.ai">πŸ”—</a></h4>', unsafe_allow_html=True)
32
 
33
 
34