ppsingh commited on
Commit
dc24386
1 Parent(s): b3cf2d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,13 +35,13 @@ with st.sidebar:
35
  add_upload(choice, files)
36
 
37
  with st.container():
38
- st.markdown("<h2 style='text-align: center; color: black;'> Climate Policy Analysis Assistant: CPo_droid </h2>", unsafe_allow_html=True)
39
  st.write(' ')
40
 
41
  with st.expander("ℹ️ - About this app", expanded=False):
42
  st.write(
43
  """
44
- CPo_droid is an open-source\
45
  digital tool which aims to assist policy analysts and \
46
  other users in extracting and filtering relevant \
47
  information from public documents.
 
35
  add_upload(choice, files)
36
 
37
  with st.container():
38
+ st.markdown("<h2 style='text-align: center; color: black;'> Climate Policy Analysis Assistant </h2>", unsafe_allow_html=True)
39
  st.write(' ')
40
 
41
  with st.expander("ℹ️ - About this app", expanded=False):
42
  st.write(
43
  """
44
+ Climate Policy Analysis Assistant (CPo_droid) is an open-source\
45
  digital tool which aims to assist policy analysts and \
46
  other users in extracting and filtering relevant \
47
  information from public documents.