MohanadAfiffy commited on
Commit
c43d585
·
verified ·
1 Parent(s): 8f640e0

Update pages/pages_Blogs.py

Browse files
Files changed (1) hide show
  1. 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: