prashant
commited on
Commit
·
ede3b05
1
Parent(s):
a736ea0
heading trial
Browse files- appStore/info.py +2 -1
- appStore/multiapp.py +1 -1
appStore/info.py
CHANGED
@@ -16,7 +16,8 @@ def app():
|
|
16 |
"""
|
17 |
st.markdown(footer, unsafe_allow_html=True)
|
18 |
|
19 |
-
st.
|
|
|
20 |
intro = """
|
21 |
<div class="text">
|
22 |
The manual extraction of relevant information from text documents is a \
|
|
|
16 |
"""
|
17 |
st.markdown(footer, unsafe_allow_html=True)
|
18 |
|
19 |
+
st.header("<h1 style='text-align: center; \
|
20 |
+
color: black;'> Policy Action Tracker Manual</h1>")
|
21 |
intro = """
|
22 |
<div class="text">
|
23 |
The manual extraction of relevant information from text documents is a \
|
appStore/multiapp.py
CHANGED
@@ -46,7 +46,7 @@ class MultiApp:
|
|
46 |
|
47 |
st.sidebar.write(format_func=lambda app: app['title'])
|
48 |
image = Image.open('docStore/img/giz_sdsn_small.jpg')
|
49 |
-
st.sidebar.image(image, width =
|
50 |
|
51 |
with st.sidebar:
|
52 |
selected = option_menu(None, [page["title"] for page in self.apps],
|
|
|
46 |
|
47 |
st.sidebar.write(format_func=lambda app: app['title'])
|
48 |
image = Image.open('docStore/img/giz_sdsn_small.jpg')
|
49 |
+
st.sidebar.image(image, width =150)
|
50 |
|
51 |
with st.sidebar:
|
52 |
selected = option_menu(None, [page["title"] for page in self.apps],
|