MK-316 commited on
Commit
6d9789e
1 Parent(s): 90242a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import pandas as pd
3
 
4
  # Load the DataFrame
5
- url = "./TExam_new.csv"
6
  df = pd.read_csv(url, encoding='utf-8-sig')
7
 
8
  # Function to search years based on the selected mode
 
2
  import pandas as pd
3
 
4
  # Load the DataFrame
5
+ url = "TExam_new.csv"
6
  df = pd.read_csv(url, encoding='utf-8-sig')
7
 
8
  # Function to search years based on the selected mode