Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -839,7 +839,7 @@ else:
|
|
| 839 |
if q: arriving_next = list(q)[0] # Read W+1
|
| 840 |
st.write(f"Arriving Next Week: **{arriving_next}**")
|
| 841 |
else: # Local Info Mode
|
| 842 |
-
st.info("In Local Information mode, you can only see your own status dashboard.")
|
| 843 |
e = echelons[human_role] # Distributor
|
| 844 |
st.markdown(f"### 👤 **<span style='color:#FF4B4B;'>{human_role} (Your Dashboard - Start of Week State)</span>**", unsafe_allow_html=True)
|
| 845 |
col1, col2, col3 = st.columns(3)
|
|
|
|
| 839 |
if q: arriving_next = list(q)[0] # Read W+1
|
| 840 |
st.write(f"Arriving Next Week: **{arriving_next}**")
|
| 841 |
else: # Local Info Mode
|
| 842 |
+
#st.info("In Local Information mode, you can only see your own status dashboard.")
|
| 843 |
e = echelons[human_role] # Distributor
|
| 844 |
st.markdown(f"### 👤 **<span style='color:#FF4B4B;'>{human_role} (Your Dashboard - Start of Week State)</span>**", unsafe_allow_html=True)
|
| 845 |
col1, col2, col3 = st.columns(3)
|