Update app.py
Browse files
app.py
CHANGED
|
@@ -39,6 +39,7 @@ st.markdown(page_bg_img,unsafe_allow_html=True)
|
|
| 39 |
|
| 40 |
|
| 41 |
|
|
|
|
| 42 |
# Setting up logo
|
| 43 |
left1, left2, mid,right1, right2 = st.columns(5)
|
| 44 |
with left1:
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
+
|
| 43 |
# Setting up logo
|
| 44 |
left1, left2, mid,right1, right2 = st.columns(5)
|
| 45 |
with left1:
|