RIZAEFE commited on
Commit
533a548
·
verified ·
1 Parent(s): 26435fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import matplotlib.pyplot as plt
5
  import seaborn as sns
6
 
7
  # Dosyaları yükle
8
- ihtiyac_data = pd.read_excel("/mnt/data/ihtiyac_data.xlsx")
9
- norm_fazlasi = pd.read_excel("/mnt/data/norm_fazlasi.xlsx")
10
 
11
  # Streamlit Başlığı
12
  st.title("Veri Analizi ve Görselleştirme Uygulaması")
 
5
  import seaborn as sns
6
 
7
  # Dosyaları yükle
8
+ ihtiyac_data = pd.read_excel("ihtiyac_data.xlsx")
9
+ norm_fazlasi = pd.read_excel("norm_fazlasi.xlsx")
10
 
11
  # Streamlit Başlığı
12
  st.title("Veri Analizi ve Görselleştirme Uygulaması")