diff --git a/searx/webapp.py b/searx/webapp.py index b93afed1f..0c3a33c6f 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -845,7 +845,7 @@ def search(): background: rgba(211, 173, 209, 0.4); } -''' + '' +''' + '' # gpt_response = requests.post(gpt_url, headers=gpt_headers, data=json.dumps(gpt_data)) # gpt_json = gpt_response.json() # if 'choices' in gpt_json: