MagicDash commited on
Commit
aa28ed7
·
verified ·
1 Parent(s): d3c4cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ async def result(request: Request,
219
  global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
220
 
221
 
222
- api = "AIzaSyCjmESx4o2-FwFusJRcdQqQvTy0Gn0Ihm0"
223
  excluded_words = ["name", "postal", "date", "phone", "address", "id"]
224
 
225
  if df[target].dtype in ['float64', 'int64']:
 
219
  global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
220
 
221
 
222
+ api = "AIzaSyD3drCF1KnfAfTNYGNIBJNS_nAry7kzlxg"
223
  excluded_words = ["name", "postal", "date", "phone", "address", "id"]
224
 
225
  if df[target].dtype in ['float64', 'int64']: