Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from google import genai
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
-
API_KEY = os.environ.get("gimin_mcq")
|
| 7 |
|
| 8 |
client = genai.Client(api_key=API_KEY)
|
| 9 |
|
|
|
|
| 3 |
from google import genai
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
API_KEY = os.environ.get("gimin_mcq")
|
| 7 |
|
| 8 |
client = genai.Client(api_key=API_KEY)
|
| 9 |
|