MK-316 commited on
Commit
3fc6079
1 Parent(s): 794bfd5

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 = "https://raw.githubusercontent.com/MK316/TExams/main/TExams.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