amirmmahdavikia commited on
Commit
5fa1d46
·
verified ·
1 Parent(s): 4639678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from groq import Groq
7
 
8
  # Configure GROQ API_KEY
9
  client = Groq(
10
- api_key=api_key = os.environ.get("GROQ_API_KEY"),
11
  )
12
 
13
  # RTL formatting of the streamlit
 
7
 
8
  # Configure GROQ API_KEY
9
  client = Groq(
10
+ api_key=os.environ.get("GROQ_API_KEY"),
11
  )
12
 
13
  # RTL formatting of the streamlit