diff --git a/searx/webapp.py b/searx/webapp.py
index e6dedec37..1f3a34e13 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -799,7 +799,7 @@ def search():
"stream": True
}
gpt = json.dumps({'data':gpt_data, 'url_pair':url_pair})
- gpt = '
' '' + gpt
+ gpt = '
' + gpt
gpt = gpt + r'''
@@ -838,7 +838,7 @@ def search():
}
'''
- gpt = gpt + ''
+ gpt = gpt + '
' + '
'
# gpt_response = requests.post(gpt_url, headers=gpt_headers, data=json.dumps(gpt_data))
# gpt_json = gpt_response.json()
# if 'choices' in gpt_json: