Spaces:
Build error
Build error
Delete app.py
Browse files
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|