Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
import os
|
4 |
from groq import Groq
|
5 |
|
6 |
-
# Load environment variables from the .env
|
7 |
load_dotenv()
|
8 |
|
9 |
# Securely get the GROQ API key from environment variables
|
|
|
3 |
import os
|
4 |
from groq import Groq
|
5 |
|
6 |
+
# Load environment variables from the .env fil
|
7 |
load_dotenv()
|
8 |
|
9 |
# Securely get the GROQ API key from environment variables
|