rasmodev commited on
Commit
9660369
·
verified ·
1 Parent(s): 65d30cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -156,8 +156,10 @@ for field, description in data_fields.items():
156
  st.sidebar.markdown(f"{field}: {description}")
157
 
158
  # Add developer sentence with link at the bottom
159
- st.markdown("""<div style="text-align: center; position: absolute; bottom: 0; width: 100%;">
160
- <p style="font-style: italic;">Developed by [Rasmo Wanyama](https://www.linkedin.com/in/rasmo-/)</p>
161
- </div>""", unsafe_allow_html=False)
 
 
162
 
163
  st.stop()
 
156
  st.sidebar.markdown(f"{field}: {description}")
157
 
158
  # Add developer sentence with link at the bottom
159
+ st.markdown("""
160
+ <div style="text-align: center; position: absolute; bottom: 0; width: 100%;">
161
+ <p style="font-style: italic;">Developed by [Rasmo Wanyama](https://www.linkedin.com/in/rasmo-/)</p>
162
+ </div>
163
+ """, unsafe_allow_html=False)
164
 
165
  st.stop()