Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import re
|
| 3 |
import pandas as pd
|
| 4 |
-
from sklearn.feature_extraction.text import
|
| 5 |
from sklearn.naive_bayes import MultinomialNB
|
| 6 |
import numpy as np
|
| 7 |
from sklearn.model_selection import train_test_split
|
|
@@ -100,4 +100,4 @@ if st.button("Predict Disease"):
|
|
| 100 |
st.warning("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
|
| 101 |
|
| 102 |
# Add attribution
|
| 103 |
-
st.markdown("Created
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import re
|
| 3 |
import pandas as pd
|
| 4 |
+
from sklearn.feature_extraction.text import TfidfVectorizeraz
|
| 5 |
from sklearn.naive_bayes import MultinomialNB
|
| 6 |
import numpy as np
|
| 7 |
from sklearn.model_selection import train_test_split
|
|
|
|
| 100 |
st.warning("Please note that this tool is for informational purposes only. Always consult a healthcare professional for accurate medical advice.")
|
| 101 |
|
| 102 |
# Add attribution
|
| 103 |
+
st.markdown("Created ❤️ by Richard Dorglo")
|