aaronmat1905 commited on
Commit
97f23e3
1 Parent(s): 90c80db
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ dataset_file = os.listdir(path)[0]
12
  path = os.path.join(path, dataset_file)
13
 
14
  # Configure Google Gemini API
15
- gemapi = "AIzaSyAmDOBWfGuEju0oZyUIcn_H0k8XW0cTP7k"
16
  genai.configure(api_key=gemapi)
17
 
18
  # Load the dataset
 
12
  path = os.path.join(path, dataset_file)
13
 
14
  # Configure Google Gemini API
15
+ gemapi = os.getenv("GeminiApi")
16
  genai.configure(api_key=gemapi)
17
 
18
  # Load the dataset