Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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")
|