From 7ded279b9d7961ffe66e4d219ce76d2ab57ea4f1 Mon Sep 17 00:00:00 2001 From: asdfghjk0416 Date: Thu, 16 Jan 2020 13:54:15 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@PriyaSanjay/NLP-Flask-Website). --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..fc2fa36 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" diff --git a/README.md b/README.md index 20ae21f..fad5be0 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ click and the web app will be open in your Web browser.
# Creating a Flask Website for NLP
- +[![Run on Repl.it](https://repl.it/badge/github/pemagrg1/NLP-Flask-Website)](https://repl.it/github/pemagrg1/NLP-Flask-Website) ![nlpgif](NLPFlask.gif)