CobaltZvc commited on
Commit
7893023
1 Parent(s): c153a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.title("Hi there!👨‍⚕️🩺")
10
  st.title("Welcome to *Virtual Diagnosis*")
11
  st.write("> **This app is meant to assist medical professionals ONLY**")
12
 
13
- co = cohere.Client('QV5Gd5mELJPltvQm4kN8EH4ORFycFlun14ulhhSf')
14
  prompt = st.text_input('What are the symptoms of your patient? (*Try to keep the symptoms meaningful*)')
15
  prompt_med = st.text_input('Search a medicine here: (*Enter the correct spelling of the medicine*)')
16
  geolocator = Nominatim(user_agent="geoapiExercises")
 
10
  st.title("Welcome to *Virtual Diagnosis*")
11
  st.write("> **This app is meant to assist medical professionals ONLY**")
12
 
13
+ co = cohere.Client(st.secrets["COHERE_API"])
14
  prompt = st.text_input('What are the symptoms of your patient? (*Try to keep the symptoms meaningful*)')
15
  prompt_med = st.text_input('Search a medicine here: (*Enter the correct spelling of the medicine*)')
16
  geolocator = Nominatim(user_agent="geoapiExercises")