Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from prompts import rag_prompt, relevancy_prompt, relevant_context_picker_prompt
|
|
15 |
# ----------------- Streamlit UI Setup -----------------
|
16 |
st.set_page_config(page_title="Blah", layout="wide")
|
17 |
st.image("https://huggingface.co/front/assets/huggingface_logo-noborder.svg", width=150)
|
18 |
-
|
19 |
|
20 |
|
21 |
# ----------------- API Keys -----------------
|
|
|
15 |
# ----------------- Streamlit UI Setup -----------------
|
16 |
st.set_page_config(page_title="Blah", layout="wide")
|
17 |
st.image("https://huggingface.co/front/assets/huggingface_logo-noborder.svg", width=150)
|
18 |
+
st.title("Blah-1")
|
19 |
|
20 |
|
21 |
# ----------------- API Keys -----------------
|