Update app.py
Browse files
app.py
CHANGED
|
@@ -271,19 +271,9 @@ with st.sidebar:
|
|
| 271 |
if link:
|
| 272 |
st.markdown(f"""
|
| 273 |
<a href="{link}" target="_blank" style="text-decoration: none;">
|
| 274 |
-
<div class="menu-item" style="display: flex; align-items: center; margin-bottom: 10px;">
|
| 275 |
-
<img src="{icon}" width="20" height="20" style="margin-left: 10px;" />
|
| 276 |
-
<span style="color: #333;">{text}</span>
|
| 277 |
-
</div>
|
| 278 |
</a>
|
| 279 |
""", unsafe_allow_html=True)
|
| 280 |
-
|
| 281 |
-
st.markdown(f"""
|
| 282 |
-
<div class="menu-item" style="display: flex; align-items: center; margin-bottom: 10px;">
|
| 283 |
-
<img src="{icon}" width="20" height="20" style="margin-left: 10px;" />
|
| 284 |
-
<span style="color: #333;">{text}</span>
|
| 285 |
-
</div>
|
| 286 |
-
""", unsafe_allow_html=True)
|
| 287 |
|
| 288 |
if idx in [1, 3, 5]:
|
| 289 |
st.markdown("<hr/>", unsafe_allow_html=True)
|
|
|
|
| 271 |
if link:
|
| 272 |
st.markdown(f"""
|
| 273 |
<a href="{link}" target="_blank" style="text-decoration: none;">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
</a>
|
| 275 |
""", unsafe_allow_html=True)
|
| 276 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 277 |
|
| 278 |
if idx in [1, 3, 5]:
|
| 279 |
st.markdown("<hr/>", unsafe_allow_html=True)
|