Docfile commited on
Commit
6a5228f
·
verified ·
1 Parent(s): 4b70943

Update app.py

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