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