Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
|
|
5 |
#GROQ_API_KEY = myKey # π Replace this with your real key
|
6 |
|
7 |
# Initialize Groq client
|
8 |
-
client = Groq(api_key=GROQ_API_KEY)
|
9 |
|
10 |
# Set page configuration
|
11 |
st.set_page_config(page_title="Groq Chatbot", page_icon="π€")
|
|
|
5 |
#GROQ_API_KEY = myKey # π Replace this with your real key
|
6 |
|
7 |
# Initialize Groq client
|
8 |
+
client = Groq(api_key="GROQ_API_KEY")
|
9 |
|
10 |
# Set page configuration
|
11 |
st.set_page_config(page_title="Groq Chatbot", page_icon="π€")
|