Commit ·
79d1357
1
Parent(s): d35ead4
feat: Add the Recebimento dashboard page with data visualization, session management, and a loading screen.
Browse files- pages/rec.py +0 -2
pages/rec.py
CHANGED
|
@@ -237,8 +237,6 @@ setTimeout(next, 300);
|
|
| 237 |
</script>
|
| 238 |
"""
|
| 239 |
|
| 240 |
-
import streamlit.components.v1 as components
|
| 241 |
-
|
| 242 |
loading_placeholder = st.empty()
|
| 243 |
|
| 244 |
with loading_placeholder:
|
|
|
|
| 237 |
</script>
|
| 238 |
"""
|
| 239 |
|
|
|
|
|
|
|
| 240 |
loading_placeholder = st.empty()
|
| 241 |
|
| 242 |
with loading_placeholder:
|