diff --git a/back_end/bot_app.py b/back_end/bot_app.py index 14c6a12..4494f8a 100644 --- a/back_end/bot_app.py +++ b/back_end/bot_app.py @@ -171,6 +171,5 @@ def main(): app.config['JSON_AS_ASCII'] = False app.run(host='0.0.0.0', port=port, debug=True) - if __name__ == '__main__': main() diff --git a/detect_intent_texts.py b/back_end/detect_intent_texts.py similarity index 100% rename from detect_intent_texts.py rename to back_end/detect_intent_texts.py diff --git a/equip_crawling.py b/back_end/equip_crawling.py similarity index 100% rename from equip_crawling.py rename to back_end/equip_crawling.py diff --git a/qa_dataset.tsv b/resources/qa_dataset.tsv similarity index 100% rename from qa_dataset.tsv rename to resources/qa_dataset.tsv