Supermichi100 commited on
Commit
d62bbe0
1 Parent(s): aac215f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. frontend_app.py +2 -2
frontend_app.py CHANGED
@@ -25,10 +25,10 @@ def get_answer(
25
  df = pd.DataFrame()
26
  if dropdown == "Master Information Systems":
27
  df = pd.read_excel(
28
- r"03_extracted_final_modules\MS_IS_all_modules_orginal_15_rows_cleaned.xlsx"
29
  )
30
  elif dropdown == "Bachelor Information Systems":
31
- df = pd.read_excel(r"03_extracted_final_modules\BA_IS_all_modules_15.xlsx")
32
  elif dropdown == "Bachelor Management":
33
  df = pd.read_excel(r"03_extracted_final_modules\BA_MM_all_modules_15.xlsx")
34
  df = df.astype(str)
 
25
  df = pd.DataFrame()
26
  if dropdown == "Master Information Systems":
27
  df = pd.read_excel(
28
+ r"03_extracted_final_modules/MS_IS_all_modules_orginal_15_rows_cleaned.xlsx"
29
  )
30
  elif dropdown == "Bachelor Information Systems":
31
+ df = pd.read_excel(r"03_extracted_final_modules/BA_IS_all_modules_15.xlsx")
32
  elif dropdown == "Bachelor Management":
33
  df = pd.read_excel(r"03_extracted_final_modules\BA_MM_all_modules_15.xlsx")
34
  df = df.astype(str)