mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-19 01:49:43 +00:00
Update main.py
This commit is contained in:
parent
4ab0c22f42
commit
bcc229f40a
@ -12,7 +12,7 @@ st.set_page_config(page_title='Azerbaijan Suicide Data',
|
||||
page_icon=':bar_chart:',
|
||||
layout='wide')
|
||||
|
||||
####################################### Data by Age #######################################
|
||||
####################################### Data by Year #######################################
|
||||
|
||||
data_year = pd.read_excel(os.path.join(data_location, 'azerbaijan_suicide_data.xlsx'), sheet_name='year')
|
||||
|
||||
@ -146,4 +146,4 @@ footer {visibility: hidden;}
|
||||
header {visibility: hidden;}
|
||||
</style>
|
||||
"""
|
||||
st.markdown(hide_st_style, unsafe_allow_html=True)
|
||||
st.markdown(hide_st_style, unsafe_allow_html=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user