Spaces:
Runtime error
Runtime error
TabeebAI commited on
Commit ·
fb37546
1
Parent(s): 55e78e5
Restore compact sidebar branding: Aagahi Labs icon + name beside it
Browse files- app.py +7 -2
- assets/agahi_logo.png +0 -0
app.py
CHANGED
|
@@ -1314,8 +1314,13 @@ def render_soap_report(soap: str):
|
|
| 1314 |
with st.sidebar:
|
| 1315 |
st.markdown(f"""
|
| 1316 |
<div style="margin-bottom:1.5rem">
|
| 1317 |
-
<div style="margin-bottom:0.
|
| 1318 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1319 |
</div>
|
| 1320 |
<hr class="sidebar-sep">
|
| 1321 |
""", unsafe_allow_html=True)
|
|
|
|
| 1314 |
with st.sidebar:
|
| 1315 |
st.markdown(f"""
|
| 1316 |
<div style="margin-bottom:1.5rem">
|
| 1317 |
+
<div style="display:flex;align-items:center;gap:0.75rem;margin-bottom:0.3rem">
|
| 1318 |
+
<div style="width:36px;height:36px;border-radius:9px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center">{_agahi_img}</div>
|
| 1319 |
+
<div>
|
| 1320 |
+
<div style="font-size:1.05rem;font-weight:700;letter-spacing:-0.01em;color:var(--text-primary)">Aagahi Labs</div>
|
| 1321 |
+
<div style="font-size:0.72rem;color:var(--text-secondary);letter-spacing:0.04em">Presents</div>
|
| 1322 |
+
</div>
|
| 1323 |
+
</div>
|
| 1324 |
</div>
|
| 1325 |
<hr class="sidebar-sep">
|
| 1326 |
""", unsafe_allow_html=True)
|
assets/agahi_logo.png
CHANGED
|
|