From d140839da76d10cc49b24e725cb2d5eb177a949e Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Thu, 23 Feb 2023 17:14:04 +0800 Subject: [PATCH] Update webapp.py --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: