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

Update pages/Content2Lead.py

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