MayankGupta06 commited on
Commit
8eee8ac
Β·
verified Β·
1 Parent(s): 2bd190f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 symptoms or disease name:")
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, Pravishank, Ananya – Innovating Healthcare with AI! πŸ’‘ Your Health, Our Mission. πŸš€")
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