Praveen0309 commited on
Commit
0f0c945
·
1 Parent(s): 48eb20d

final commit

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -154,6 +154,9 @@ def get_bot_response():
154
 
155
 
156
  # Run the Flask app
 
 
 
157
 
158
  # from pymongo import MongoClient
159
 
 
154
 
155
 
156
  # Run the Flask app
157
+ # if __name__ == "__main__":
158
+ app.run(debug = True)
159
+
160
 
161
  # from pymongo import MongoClient
162