Update app.py
Browse files
app.py
CHANGED
@@ -226,12 +226,7 @@ india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu
|
|
226 |
|
227 |
# Store the content in the variable
|
228 |
query = query_info
|
229 |
-
|
230 |
-
Complete the following code.
|
231 |
-
|
232 |
-
{template}
|
233 |
-
|
234 |
-
"""
|
235 |
answer = None
|
236 |
code = None
|
237 |
error = None
|
|
|
226 |
|
227 |
# Store the content in the variable
|
228 |
query = query_info
|
229 |
+
|
|
|
|
|
|
|
|
|
|
|
230 |
answer = None
|
231 |
code = None
|
232 |
error = None
|