Spaces:
Running
Running
Update views/rag_med.py
Browse files- views/rag_med.py +1 -1
views/rag_med.py
CHANGED
@@ -16,7 +16,7 @@ if "messages" not in st.session_state:
|
|
16 |
STYLE = "static/style.css"
|
17 |
|
18 |
@st.fragment
|
19 |
-
def styles(
|
20 |
with open(STYLE, "r", encoding="utf-8") as f:
|
21 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
22 |
|
|
|
16 |
STYLE = "static/style.css"
|
17 |
|
18 |
@st.fragment
|
19 |
+
def styles():
|
20 |
with open(STYLE, "r", encoding="utf-8") as f:
|
21 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
22 |
|