first commit

This commit is contained in:
Ayxan
2022-05-23 00:16:32 +04:00
commit d660f2a4ca
24786 changed files with 4428337 additions and 0 deletions

20
app/main.py Normal file
View File

@@ -0,0 +1,20 @@
import pandas as pd
import plotly.express as px
import streamlit as st
import os
data_location = os.path.realpath(
os.path.join(os.getcwd(), 'data'))
# st.set_page_config(page_title='Dashboard',
# page_icon=':bar_chart:',
# layout='wide')
# df = pd.read_csv("C:\\Users\\shahs\\Desktop\\Player_piece_sac_data.csv")
# st.dataframe(df)
# print(os.path.join(data_location, 'azerbaijan_suicide_data.xlsx'))