Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ with st.sidebar:
|
|
| 35 |
st.divider()
|
| 36 |
# Add content to the sidebar/drawer
|
| 37 |
with st.expander("Data Visualization"):
|
| 38 |
-
|
| 39 |
|
| 40 |
|
| 41 |
uploaded_file = "alaba.csv"
|
|
|
|
| 35 |
st.divider()
|
| 36 |
# Add content to the sidebar/drawer
|
| 37 |
with st.expander("Data Visualization"):
|
| 38 |
+
st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
|
| 39 |
|
| 40 |
|
| 41 |
uploaded_file = "alaba.csv"
|