Spaces:
Running
Running
Commit
·
fe68ca9
1
Parent(s):
e2b3a9b
Update pages/1_User Guide.py
Browse files- pages/1_User Guide.py +1 -1
pages/1_User Guide.py
CHANGED
@@ -5,7 +5,7 @@ def indented_markdown(text, indentation=40, font_size=25):
|
|
5 |
st.markdown(indented_text, unsafe_allow_html=True)
|
6 |
|
7 |
|
8 |
-
original_title = '<p style="font-family:Trebuchet MS; color:#
|
9 |
st.markdown(original_title, unsafe_allow_html=True)
|
10 |
|
11 |
|
|
|
5 |
st.markdown(indented_text, unsafe_allow_html=True)
|
6 |
|
7 |
|
8 |
+
original_title = '<p style="font-family:Trebuchet MS; color:#000000; font-size: 35px; font-weight:bold">ASCARIS User Guide</p>'
|
9 |
st.markdown(original_title, unsafe_allow_html=True)
|
10 |
|
11 |
|