Spaces:
Sleeping
Sleeping
Remove Step 3 dashboard label
Browse files
app.py
CHANGED
|
@@ -296,7 +296,7 @@ def login_page():
|
|
| 296 |
<div>
|
| 297 |
<span class="tag tag-info">Step 1: Secure Login</span>
|
| 298 |
<span class="tag tag-ok">Step 2: Upload & Analyze</span>
|
| 299 |
-
<span class="tag tag-warn">
|
| 300 |
</div>
|
| 301 |
</div>
|
| 302 |
<div class="mini-card">
|
|
@@ -789,7 +789,7 @@ def dashboard_page():
|
|
| 789 |
st.dataframe(display_df[cols], use_container_width=True)
|
| 790 |
|
| 791 |
with tab_line_map:
|
| 792 |
-
st.subheader("
|
| 793 |
if line_issues:
|
| 794 |
line_df = pd.DataFrame(line_issues)
|
| 795 |
labels = sorted(line_df["Issue Type"].dropna().unique().tolist())
|
|
|
|
| 296 |
<div>
|
| 297 |
<span class="tag tag-info">Step 1: Secure Login</span>
|
| 298 |
<span class="tag tag-ok">Step 2: Upload & Analyze</span>
|
| 299 |
+
<span class="tag tag-warn"></span>
|
| 300 |
</div>
|
| 301 |
</div>
|
| 302 |
<div class="mini-card">
|
|
|
|
| 789 |
st.dataframe(display_df[cols], use_container_width=True)
|
| 790 |
|
| 791 |
with tab_line_map:
|
| 792 |
+
st.subheader("")
|
| 793 |
if line_issues:
|
| 794 |
line_df = pd.DataFrame(line_issues)
|
| 795 |
labels = sorted(line_df["Issue Type"].dropna().unique().tolist())
|