Update app.py
Browse files
app.py
CHANGED
@@ -538,7 +538,7 @@ def get_user_location():
|
|
538 |
return None, None
|
539 |
|
540 |
if option == "Home":
|
541 |
-
user_question = st.text_input("Type your
|
542 |
|
543 |
# st.title("π€ AI Health Assistant - Speech to Text")
|
544 |
|
@@ -759,7 +759,7 @@ st.sidebar.write("- β *COVID-19 Helpline:* 1075")
|
|
759 |
st.sidebar.write("- π *Police:* 100")
|
760 |
|
761 |
st.markdown("---")
|
762 |
-
st.markdown("πΉ Powered by Mayank, Wasim,
|
763 |
|
764 |
|
765 |
|
|
|
538 |
return None, None
|
539 |
|
540 |
if option == "Home":
|
541 |
+
user_question = st.text_input("Type your disease name:")
|
542 |
|
543 |
# st.title("π€ AI Health Assistant - Speech to Text")
|
544 |
|
|
|
759 |
st.sidebar.write("- π *Police:* 100")
|
760 |
|
761 |
st.markdown("---")
|
762 |
+
st.markdown("πΉ Powered by Mayank, Wasim, Pravisank, Ananya β Innovating Healthcare with AI! π‘ Your Health, Our Mission. π")
|
763 |
|
764 |
|
765 |
|