VeyVey commited on
Commit
ddf8c45
·
1 Parent(s): 9954a27

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py DELETED
@@ -1,11 +0,0 @@
1
- import streamlit as st
2
- import requests
3
-
4
- url = "https://github.com/Vey27/NLP-and-Speech-Recognition/raw/main/NLP_Chatbot_health.ipynb"
5
- response = requests.get(url)
6
- content = response.content
7
-
8
- # Do something with the downloaded content
9
- # For example, you can save it to a file:
10
- with open("NLP_Chatbot_health.ipynb", "wb") as file:
11
- file.write(content)