Yadvendra commited on
Commit
c6efa28
·
verified ·
1 Parent(s): 2dc7271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
12
  )
13
 
14
 
15
- GROQ_API_KEY = os.getenv(GROQ_API_KEY)
16
 
17
  client = Groq()
18
 
 
12
  )
13
 
14
 
15
+ GROQ_API_KEY = os.getenv("GROQ_API_KEY")
16
 
17
  client = Groq()
18