NavyDevilDoc commited on
Commit
6492793
·
verified ·
1 Parent(s): 88ddb81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")