ziyadsuper2017 commited on
Commit
1283321
1 Parent(s): a374b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  from streamlit.components.v1 import html
6
 
7
  # Set up Gemini API
8
- api_key = "YOUR_API_KEY_HERE" # Replace with your actual API key
9
  genai.configure(api_key=api_key)
10
 
11
  # Configure the Gemini model
 
5
  from streamlit.components.v1 import html
6
 
7
  # Set up Gemini API
8
+ api_key = "AIzaSyBbusXSbq7JTI8Sa7vjGqu-h2zluKhDpX8" # Replace with your actual API key
9
  genai.configure(api_key=api_key)
10
 
11
  # Configure the Gemini model