Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from google import genai
|
| 3 |
from io import StringIO
|
| 4 |
import prompts # Assuming prompts.py is in the same directory
|
| 5 |
-
import os # Add this at the top of your imports
|
| 6 |
|
| 7 |
# Replace the st.secrets line with this:
|
| 8 |
api_key = os.environ.get("GOOGLE_API_KEY")
|
|
|
|
| 1 |
+
import os
|
| 2 |
import streamlit as st
|
| 3 |
from google import genai
|
| 4 |
from io import StringIO
|
| 5 |
import prompts # Assuming prompts.py is in the same directory
|
|
|
|
| 6 |
|
| 7 |
# Replace the st.secrets line with this:
|
| 8 |
api_key = os.environ.get("GOOGLE_API_KEY")
|