Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ if "rag_system" not in st.session_state:
|
|
187 |
st.session_state.rag_system = DocumentRAG()
|
188 |
|
189 |
with st.sidebar:
|
190 |
-
st.markdown("##
|
191 |
st.markdown(
|
192 |
"""
|
193 |
This prototype is part of a research project – **Multilingual Clinical Text Understanding**.
|
|
|
187 |
st.session_state.rag_system = DocumentRAG()
|
188 |
|
189 |
with st.sidebar:
|
190 |
+
st.markdown("## About:")
|
191 |
st.markdown(
|
192 |
"""
|
193 |
This prototype is part of a research project – **Multilingual Clinical Text Understanding**.
|