antfraia commited on
Commit
1a3c876
·
1 Parent(s): e2bf5cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  from apify_client import ApifyClient
4
 
5
- # Function to fetch Google Maps info using the updated actor
6
  def fetch_google_maps_info(website_name):
7
  apify_client = ApifyClient("apify_api_uz0y556N4IG2aLcESj67kmnGSUpHF12XAkLp")
8
  run_input = {"searchStringsArray": [website_name]}
 
2
  import pandas as pd
3
  from apify_client import ApifyClient
4
 
5
+ # Function to fetch Google Maps info using the updated actor_
6
  def fetch_google_maps_info(website_name):
7
  apify_client = ApifyClient("apify_api_uz0y556N4IG2aLcESj67kmnGSUpHF12XAkLp")
8
  run_input = {"searchStringsArray": [website_name]}