rasmodev commited on
Commit
d0fd4bc
1 Parent(s): 66a35a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -155,14 +155,12 @@ st.sidebar.title("🔍 Data Fields")
155
  for field, description in data_fields.items():
156
  st.sidebar.markdown(f"{field}: {description}")
157
 
158
- import streamlit as st
159
-
160
- # Main content of your Streamlit app goes here
161
-
162
  # Copyright statement at the bottom
163
  st.markdown(
164
  """
165
- Developed by [Rasmo Wanyama](https://www.linkedin.com/in/rasmo-/).
 
 
166
  """,
167
  unsafe_allow_html=True
168
  )
 
155
  for field, description in data_fields.items():
156
  st.sidebar.markdown(f"{field}: {description}")
157
 
 
 
 
 
158
  # Copyright statement at the bottom
159
  st.markdown(
160
  """
161
+ <div style="text-align:center">
162
+ Developed by <a href="https://www.linkedin.com/in/rasmo-/" style="font-style:italic">Rasmo Wanyama</a>.
163
+ </div>
164
  """,
165
  unsafe_allow_html=True
166
  )