DrishtiSharma commited on
Commit
baefa5b
·
verified ·
1 Parent(s): a50c035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## Title:")
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**.