Skip to content

Commit 7e551e3

Browse files
authored
Update app.py
1 parent 54c020b commit 7e551e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code_graph/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,3 @@ def chat():
314314
response = { 'status': 'success', 'response': answer }
315315

316316
return jsonify(response), 200
317-
318-
if __name__ == '__main__':
319-
app.run()

0 commit comments

Comments
 (0)