giho905e commited on
Commit
666371e
·
1 Parent(s): a3d61a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ geojson_data = gpd.read_file(local_file_path)
61
  ##################################################################################
62
  # Function that enables testing
63
  ##################################################################################
 
 
64
  def AskAI(ques, lv, table_main = table_main):
65
  level = int(lv) # Currently placeholder
66
  question = str(ques)
 
61
  ##################################################################################
62
  # Function that enables testing
63
  ##################################################################################
64
+ table_main = pd.read_csv(TEMP + '\\' + 'gadm41_DEU_1_main').astype(str)
65
+
66
  def AskAI(ques, lv, table_main = table_main):
67
  level = int(lv) # Currently placeholder
68
  question = str(ques)