Spaces:
Running
Running
Add link to more tools in sidebar
Browse files- src/streamlit_app.py +4 -2
src/streamlit_app.py
CHANGED
@@ -5,7 +5,7 @@ from datetime import datetime
|
|
5 |
|
6 |
# Initialize page configuration
|
7 |
st.set_page_config(
|
8 |
-
page_title="Journal
|
9 |
page_icon="📔",
|
10 |
layout="wide",
|
11 |
initial_sidebar_state="expanded"
|
@@ -103,10 +103,12 @@ Each app is rooted in:
|
|
103 |
---
|
104 |
Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com)
|
105 |
[@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)
|
|
|
|
|
106 |
""")
|
107 |
|
108 |
# Main journal area
|
109 |
-
st.title("Journal
|
110 |
|
111 |
# Journal input
|
112 |
journal_entry = st.text_area(
|
|
|
5 |
|
6 |
# Initialize page configuration
|
7 |
st.set_page_config(
|
8 |
+
page_title="Journal Sidekicks",
|
9 |
page_icon="📔",
|
10 |
layout="wide",
|
11 |
initial_sidebar_state="expanded"
|
|
|
103 |
---
|
104 |
Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com)
|
105 |
[@jocelynskillmanlmhc](https://jocelynskillmanlmhc.substack.com/)
|
106 |
+
|
107 |
+
Try more tools at: [jocelynskillman.com/843-2](http://jocelynskillman.com/843-2/)
|
108 |
""")
|
109 |
|
110 |
# Main journal area
|
111 |
+
st.title("Journal Sidekicks")
|
112 |
|
113 |
# Journal input
|
114 |
journal_entry = st.text_area(
|