Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ except Exception as e:
|
|
20 |
raise RuntimeError("Failed to load the model. Please check the logs for details.")
|
21 |
|
22 |
# Gemini API Key (Replace 'xxxxxxx' with your actual API key)
|
23 |
-
GEMINI_API_KEY = "
|
24 |
|
25 |
# Function to Get AI-Powered Treatment Suggestions
|
26 |
def get_treatment_suggestions(disease_name):
|
|
|
20 |
raise RuntimeError("Failed to load the model. Please check the logs for details.")
|
21 |
|
22 |
# Gemini API Key (Replace 'xxxxxxx' with your actual API key)
|
23 |
+
GEMINI_API_KEY = "AIzaSyDaWXCixp-KcO63-lCtCsFbjyXEIFsNV6k"
|
24 |
|
25 |
# Function to Get AI-Powered Treatment Suggestions
|
26 |
def get_treatment_suggestions(disease_name):
|