drguilhermeapolinario commited on
Commit
94100b2
·
verified ·
1 Parent(s): 632f4d1

Update views/rag_med.py

Browse files
Files changed (1) hide show
  1. 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(STYLE):
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