prashant
commited on
Commit
•
cd094a4
1
Parent(s):
2a7be35
remove info image and rename app
Browse files- appStore/info.py +2 -2
appStore/info.py
CHANGED
@@ -7,7 +7,7 @@ def app():
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
-
color: black;'>
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
@@ -83,4 +83,4 @@ def app():
|
|
83 |
<br>
|
84 |
"""
|
85 |
st.markdown(intro, unsafe_allow_html=True)
|
86 |
-
st.image("docStore/img/paris.png")
|
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
+
color: black;'> Policy Action Tracker Manual</h2>",
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
|
|
83 |
<br>
|
84 |
"""
|
85 |
st.markdown(intro, unsafe_allow_html=True)
|
86 |
+
# st.image("docStore/img/paris.png")
|