Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,6 @@ from prompts import rag_prompt, relevancy_prompt, relevant_context_picker_prompt
|
|
| 17 |
# ----------------- Streamlit UI Setup -----------------
|
| 18 |
st.set_page_config(page_title="Blah-1", layout="centered")
|
| 19 |
|
| 20 |
-
|
| 21 |
# ----------------- API Keys -----------------
|
| 22 |
os.environ["GROQ_API_KEY"] = st.secrets.get("GROQ_API_KEY", "")
|
| 23 |
|
|
|
|
| 17 |
# ----------------- Streamlit UI Setup -----------------
|
| 18 |
st.set_page_config(page_title="Blah-1", layout="centered")
|
| 19 |
|
|
|
|
| 20 |
# ----------------- API Keys -----------------
|
| 21 |
os.environ["GROQ_API_KEY"] = st.secrets.get("GROQ_API_KEY", "")
|
| 22 |
|