drop garbage

This commit is contained in:
if 2023-04-26 01:34:19 +03:00
parent fd3d00d98d
commit 5f523799a7
1 changed files with 0 additions and 8 deletions

View File

@ -88,14 +88,6 @@ class Search:
"user-agent": user_agent "user-agent": user_agent
} }
res = post("https://www.phind.com/api/bing/search", headers=headers, json={
"q": prompt,
"userRankList": {},
"browserLanguage": language})
import streamlit as st
st.markdown(res.content)
st.code(res.status_code)
st.warning(res.dict)
return post("https://www.phind.com/api/bing/search", headers=headers, json={ return post("https://www.phind.com/api/bing/search", headers=headers, json={
"q": prompt, "q": prompt,
"userRankList": {}, "userRankList": {},