Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.title("Mariam eco")
|
|
10 |
st.markdown("Triché !!!! On va encore triché haannnn")
|
11 |
|
12 |
# Configuration de l'API Gemini
|
13 |
-
api_key = os.environ["GEMINI_API_KEY"]
|
14 |
|
15 |
genai.configure(api_key=api_key)
|
16 |
safety_settings = [
|
|
|
10 |
st.markdown("Triché !!!! On va encore triché haannnn")
|
11 |
|
12 |
# Configuration de l'API Gemini
|
13 |
+
api_key = os.environ["GEMINI_API_KEY"]
|
14 |
|
15 |
genai.configure(api_key=api_key)
|
16 |
safety_settings = [
|