Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ st.set_page_config(page_title="ST_GeoMech_UCS", page_icon="logo.png", layout="wi
|
|
| 39 |
# General CSS (logo helpers etc.)
|
| 40 |
st.markdown("""
|
| 41 |
<style>
|
| 42 |
-
.brand-logo { width:
|
| 43 |
.sidebar-header { display:flex; align-items:center; gap:12px; }
|
| 44 |
.sidebar-header .text h1 { font-size: 1.05rem; margin:0; line-height:1.1; }
|
| 45 |
.sidebar-header .text .tag { font-size: .85rem; color:#6b7280; margin:2px 0 0; }
|
|
@@ -118,7 +118,7 @@ def add_password_gate() -> None:
|
|
| 118 |
|
| 119 |
st.sidebar.markdown(f"""
|
| 120 |
<div class="centered-container">
|
| 121 |
-
<img src="{inline_logo('logo.png')}" style="width:
|
| 122 |
<div style='font-weight:800;font-size:1.2rem; margin-top: 10px;'>ST_GeoMech_UCS</div>
|
| 123 |
<div style='color:#667085;'>Smart Thinking • Secure Access</div>
|
| 124 |
</div>
|
|
@@ -409,7 +409,7 @@ st.session_state.setdefault("dev_preview",False)
|
|
| 409 |
# =========================
|
| 410 |
st.sidebar.markdown(f"""
|
| 411 |
<div class="centered-container">
|
| 412 |
-
<img src="{inline_logo('logo.png')}" style="width:
|
| 413 |
<div style='font-weight:800;font-size:1.2rem;'>ST_GeoMech_UCS</div>
|
| 414 |
<div style='color:#667085;'>Real-Time UCS Tracking While Drilling</div>
|
| 415 |
</div>
|
|
|
|
| 39 |
# General CSS (logo helpers etc.)
|
| 40 |
st.markdown("""
|
| 41 |
<style>
|
| 42 |
+
.brand-logo { width: 16px; height: auto; object-fit: contain; }
|
| 43 |
.sidebar-header { display:flex; align-items:center; gap:12px; }
|
| 44 |
.sidebar-header .text h1 { font-size: 1.05rem; margin:0; line-height:1.1; }
|
| 45 |
.sidebar-header .text .tag { font-size: .85rem; color:#6b7280; margin:2px 0 0; }
|
|
|
|
| 118 |
|
| 119 |
st.sidebar.markdown(f"""
|
| 120 |
<div class="centered-container">
|
| 121 |
+
<img src="{inline_logo('logo.png')}" style="width: 100px; height: auto; object-fit: contain;">
|
| 122 |
<div style='font-weight:800;font-size:1.2rem; margin-top: 10px;'>ST_GeoMech_UCS</div>
|
| 123 |
<div style='color:#667085;'>Smart Thinking • Secure Access</div>
|
| 124 |
</div>
|
|
|
|
| 409 |
# =========================
|
| 410 |
st.sidebar.markdown(f"""
|
| 411 |
<div class="centered-container">
|
| 412 |
+
<img src="{inline_logo('logo.png')}" style="width: 100px; height: auto; object-fit: contain;">
|
| 413 |
<div style='font-weight:800;font-size:1.2rem;'>ST_GeoMech_UCS</div>
|
| 414 |
<div style='color:#667085;'>Real-Time UCS Tracking While Drilling</div>
|
| 415 |
</div>
|