Spaces:
Sleeping
Sleeping
Update pages/pages_Blogs.py
Browse files- pages/pages_Blogs.py +0 -1
pages/pages_Blogs.py
CHANGED
@@ -30,7 +30,6 @@ def main():
|
|
30 |
endpoint = os.getenv("blog_lead_endpoint")
|
31 |
# Sending the POST request to FastAPI
|
32 |
response = requests.post(endpoint, json=data_to_send)
|
33 |
-
st.write(endpoint)
|
34 |
|
35 |
# Handling the response
|
36 |
if response.status_code == 200:
|
|
|
30 |
endpoint = os.getenv("blog_lead_endpoint")
|
31 |
# Sending the POST request to FastAPI
|
32 |
response = requests.post(endpoint, json=data_to_send)
|
|
|
33 |
|
34 |
# Handling the response
|
35 |
if response.status_code == 200:
|