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