ranchopanda0 commited on
Commit
22b5a4a
·
verified ·
1 Parent(s): 5ba7c4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "xxxxxxx"
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):