Spaces:
Sleeping
Sleeping
Update clients.py
Browse files- clients.py +1 -1
clients.py
CHANGED
@@ -374,7 +374,7 @@ def fetch_analytics_data(host, start_date=None, end_date=None):
|
|
374 |
return pd.DataFrame()
|
375 |
|
376 |
data = response.json()
|
377 |
-
st.write(data)
|
378 |
|
379 |
# Process the fetched data
|
380 |
records = []
|
|
|
374 |
return pd.DataFrame()
|
375 |
|
376 |
data = response.json()
|
377 |
+
#st.write(data)
|
378 |
|
379 |
# Process the fetched data
|
380 |
records = []
|