Spaces:
Runtime error
Runtime error
ajout de la variable secrete
Browse files- fonction.py +1 -1
fonction.py
CHANGED
@@ -69,7 +69,7 @@ def prediction(liste_parfums, df):
|
|
69 |
|
70 |
|
71 |
|
72 |
-
ma_cle = os.
|
73 |
genai.configure(api_key=ma_cle)
|
74 |
model = config.model
|
75 |
|
|
|
69 |
|
70 |
|
71 |
|
72 |
+
ma_cle = os.environ.get('Gemini')
|
73 |
genai.configure(api_key=ma_cle)
|
74 |
model = config.model
|
75 |
|