Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def recommendations(question):
|
|
38 |
return samples_df[['drugName', 'review', 'scores']]
|
39 |
|
40 |
# Create Streamlit app
|
41 |
-
st.title("Drug Recommendation System")
|
42 |
|
43 |
st.markdown(
|
44 |
"""
|
|
|
38 |
return samples_df[['drugName', 'review', 'scores']]
|
39 |
|
40 |
# Create Streamlit app
|
41 |
+
st.title("Call on Doc Drug Recommendation System")
|
42 |
|
43 |
st.markdown(
|
44 |
"""
|