Spaces:
Sleeping
Sleeping
forgot api key
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
|
|
8 |
import os
|
9 |
|
10 |
# Configure Gemini API key
|
11 |
-
GOOGLE_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
|