Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from langchain_groq import ChatGroq
|
|
12 |
from prompts import rag_prompt, relevancy_prompt, relevant_context_picker_prompt, response_synth
|
13 |
|
14 |
# ----------------- Streamlit UI Setup -----------------
|
15 |
-
st.set_page_config(page_title="Blah", layout="
|
16 |
st.title("Blah-1")
|
17 |
|
18 |
# ----------------- API Keys -----------------
|
|
|
12 |
from prompts import rag_prompt, relevancy_prompt, relevant_context_picker_prompt, response_synth
|
13 |
|
14 |
# ----------------- Streamlit UI Setup -----------------
|
15 |
+
st.set_page_config(page_title="Blah", layout="centered")
|
16 |
st.title("Blah-1")
|
17 |
|
18 |
# ----------------- API Keys -----------------
|