Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -432,7 +432,7 @@ def main():
|
|
432 |
initial_sidebar_state="expanded"
|
433 |
)
|
434 |
|
435 |
-
|
436 |
st.title("Prospira")
|
437 |
st.subheader("Data-Driven Solutions")
|
438 |
|
|
|
432 |
initial_sidebar_state="expanded"
|
433 |
)
|
434 |
|
435 |
+
with st.sidebar:
|
436 |
st.title("Prospira")
|
437 |
st.subheader("Data-Driven Solutions")
|
438 |
|