MohanadAfiffy commited on
Commit
45ec40d
·
verified ·
1 Parent(s): 0558b73

Update pages/Content2Lead.py

Browse files
Files changed (1) hide show
  1. pages/Content2Lead.py +0 -2
pages/Content2Lead.py CHANGED
@@ -54,8 +54,6 @@ def main():
54
  }
55
 
56
  # Sending the POST request to FastAPI
57
-
58
- st.write(data_to_send)
59
  response = requests.post(endpoint, json=data_to_send)
60
 
61
  # Handling the response
 
54
  }
55
 
56
  # Sending the POST request to FastAPI
 
 
57
  response = requests.post(endpoint, json=data_to_send)
58
 
59
  # Handling the response