joshuadunlop commited on
Commit
f7b1318
·
verified ·
1 Parent(s): 534016e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -22,11 +22,6 @@ def get_backlinks(api_login, api_key, target_url, filters):
22
  }
23
  }
24
 
25
- st.text("Making API Call:")
26
- st.text(f"API URL: {api_url}")
27
- st.text(f"Headers: {headers}")
28
- st.text(f"Post Data: {post_data}")
29
-
30
  # Making the API request
31
  response = requests.post("https://api.dataforseo.com/v3/backlinks/backlinks/live", json=post_data, headers=headers)
32
 
 
22
  }
23
  }
24
 
 
 
 
 
 
25
  # Making the API request
26
  response = requests.post("https://api.dataforseo.com/v3/backlinks/backlinks/live", json=post_data, headers=headers)
27