Sambhavnoobcoder commited on
Commit
6ff00a5
·
verified ·
1 Parent(s): 8c1a612

forgot api key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
8
  import os
9
 
10
  # Configure Gemini API key
11
- GOOGLE_API_KEY = 'YOUR_API_KEY_HERE' # Replace with your API key
12
  genai.configure(api_key=GOOGLE_API_KEY)
13
 
14
  # Fetch lecture notes and model architectures
 
8
  import os
9
 
10
  # Configure Gemini API key
11
+ GOOGLE_API_KEY = 'AIzaSyA0yLvySmj8xjMd0sedSgklg1fj0wBDyyw' # Replace with your API key
12
  genai.configure(api_key=GOOGLE_API_KEY)
13
 
14
  # Fetch lecture notes and model architectures