Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -214,7 +214,7 @@ def gptRes():
|
|
214 |
except:
|
215 |
output = output + ""
|
216 |
|
217 |
-
return jsonify({"
|
218 |
|
219 |
|
220 |
@app.route("/", methods=["GET"])
|
|
|
214 |
except:
|
215 |
output = output + ""
|
216 |
|
217 |
+
return jsonify({"response": output})
|
218 |
|
219 |
|
220 |
@app.route("/", methods=["GET"])
|