emirkaanozdemr commited on
Commit
9633091
·
verified ·
1 Parent(s): 37543a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,9 +4,9 @@ import pandas as pd
4
  st.title("Frigce, Göktürkçe ve Hititçe CSV Görüntüleme")
5
 
6
  file_options = {
7
- "Frigce": "phrygian.csv",
8
- "Göktürkçe": "old_turkish.csv",
9
- "Hititçe": "hittite.csv",
10
  }
11
 
12
 
 
4
  st.title("Frigce, Göktürkçe ve Hititçe CSV Görüntüleme")
5
 
6
  file_options = {
7
+ "Frigce": "./phrygian.csv",
8
+ "Göktürkçe": "./old_turkish.csv",
9
+ "Hititçe": "./hittite.csv",
10
  }
11
 
12