Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
|
|
8 |
model = joblib.load('model_pkl')
|
9 |
|
10 |
# OpenAI API key (assumed to be set in Hugging Face environment)
|
11 |
-
openai.api_key = 'sk-
|
12 |
|
13 |
# Function to simulate the medical assistant's interaction
|
14 |
def medical_assistant_interaction(pulse_rate, blood_pressure_systolic, blood_pressure_diastolic, temperature_celsius,
|
|
|
8 |
model = joblib.load('model_pkl')
|
9 |
|
10 |
# OpenAI API key (assumed to be set in Hugging Face environment)
|
11 |
+
openai.api_key = 'sk-hVMYjAtIAwnqbMnArtTm9dgt7fC_snc4P7On7AtxebT3BlbkFJPVg50uJ3R6G4O6_2l6IUqLKtRC3bn_VQBIt1S9HtAA'
|
12 |
|
13 |
# Function to simulate the medical assistant's interaction
|
14 |
def medical_assistant_interaction(pulse_rate, blood_pressure_systolic, blood_pressure_diastolic, temperature_celsius,
|