Jacaranda commited on
Commit
27a2265
1 Parent(s): 3ae4f0b

Upload facility_predict.py

Browse files
Files changed (1) hide show
  1. facility_predict.py +1 -1
facility_predict.py CHANGED
@@ -108,7 +108,7 @@ class Facility_Model:
108
  """
109
  output_dict = {}
110
  # transform the relation table(between label and intent)
111
- path_table = pd.read_csv('/content/drive/MyDrive/dhis14000/dhis_label_relation_14357.csv')
112
 
113
  label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
114
  'label']
 
108
  """
109
  output_dict = {}
110
  # transform the relation table(between label and intent)
111
+ path_table = pd.read_csv('dhis_label_relation_14357.csv')
112
 
113
  label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
114
  'label']