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