Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,7 @@ import schemdraw.elements as elm
|
|
6 |
import matplotlib.pyplot as plt # Ensure matplotlib is imported
|
7 |
|
8 |
# Set your Groq API Key
|
9 |
-
|
10 |
-
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
11 |
|
12 |
# Streamlit UI
|
13 |
st.title("Electronics RAG App")
|
|
|
6 |
import matplotlib.pyplot as plt # Ensure matplotlib is imported
|
7 |
|
8 |
# Set your Groq API Key
|
9 |
+
client = Groq(api_key=os.getenv("groq_api_key"))
|
|
|
10 |
|
11 |
# Streamlit UI
|
12 |
st.title("Electronics RAG App")
|