Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -3,18 +3,18 @@ import streamlit as st
|
|
3 |
import altair as alt
|
4 |
|
5 |
st.set_page_config(page_title="Building Inventory Analysis", layout="wide")
|
6 |
-
st.markdown(
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
)
|
18 |
|
19 |
st.markdown(
|
20 |
"""
|
|
|
3 |
import altair as alt
|
4 |
|
5 |
st.set_page_config(page_title="Building Inventory Analysis", layout="wide")
|
6 |
+
# st.markdown(
|
7 |
+
# """
|
8 |
+
# <style>
|
9 |
+
# /* Adjust the body overflow for smooth fullscreen experience */
|
10 |
+
# body {
|
11 |
+
# overflow-y: hidden; /* Hide vertical scrollbars */
|
12 |
+
# overflow-x: hidden; /* Hide horizontal scrollbars */
|
13 |
+
# }
|
14 |
+
# </style>
|
15 |
+
# """,
|
16 |
+
# unsafe_allow_html=True,
|
17 |
+
# )
|
18 |
|
19 |
st.markdown(
|
20 |
"""
|