Skip to content

Commit e1947d4

Browse files
Update app/app.py
Co-authored-by: Jordan Stephens <[email protected]>
1 parent 46eea00 commit e1947d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ def debug_context():
108108
context = rag_system.get_context(query)
109109
return jsonify({"context": context})
110110

111+
if __name__ == '__main__':
111112
app.run(host='0.0.0.0', port=5050)

0 commit comments

Comments
 (0)