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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -22,6 +22,9 @@ def get_backlinks(api_login, api_key, target_url, filters):
22
  }
23
  }
24
 
 
 
 
25
  st.text(f"Post Data: {post_data}")
26
 
27
  # Making the API request
 
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