Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|