Skip to content

Commit f59b97f

Browse files
committed
Make map wider with by making map layout = wide
1 parent de10d10 commit f59b97f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Population_Density.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Page Configuration
1919
st.set_page_config(
2020
page_title="Make You own Heatmaps",
21-
layout="centered",
21+
layout="wide",
2222
page_icon="https://user-images.githubusercontent.com/351125/62718454-384c9f00-b9dc-11e9-8f1d-377fea19b6dd.png",
2323
initial_sidebar_state="expanded",
2424
)

0 commit comments

Comments
 (0)