Spaces:
Running
Running
Update pages/Content2Lead.py
Browse files- 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
|