ajitrajasekharan commited on
Commit
6421c87
1 Parent(s): 3a67274

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -166,9 +166,10 @@ def main():
166
  st.error("Some error occurred during loading" + str(e))
167
  st.stop()
168
 
 
169
  st.markdown("""
170
- <small style="font-size:16px; color: #7f7f7f; text-align: center">Link to post <a href="https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html">describing this approach</a></small>
171
- """, unsafe_allow_html=True)
172
 
173
 
174
 
 
166
  st.error("Some error occurred during loading" + str(e))
167
  st.stop()
168
 
169
+
170
  st.markdown("""
171
+ <h3 style="font-size:16px; color: #9f9f9f; text-align: center">Link to post <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html' target='_blank'>describing this approach </a></h3>
172
+ """, unsafe_allow_html=True)
173
 
174
 
175