You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/pages/landing.py
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -257,23 +257,26 @@ def generate_sample_data():
257
257
# Quick Actions
258
258
st.markdown("## ⚡ Quick Actions")
259
259
260
+
# Alert for mocked navigation
261
+
st.info("ℹ️ **Note**: This is a mocked landing page. The Quick Actions buttons below are for demonstration purposes and the page navigation is not functional.")
0 commit comments