Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,6 @@ if 'sync' not in st.session_state:
|
|
22 |
st.session_state['sync'] = False
|
23 |
if 'Recap' not in st.session_state:
|
24 |
st.session_state['Recap'] = False
|
25 |
-
if 'markdown' not in st.session_state:
|
26 |
-
st.session_state['markdown'] = "False"
|
27 |
-
if 'markdown' not in st.session_state:
|
28 |
-
st.session_state['markdown'] = False
|
29 |
|
30 |
|
31 |
|
@@ -63,11 +59,9 @@ While the developer has shown considerable strengths, there are a few areas wher
|
|
63 |
- **Leadership in Design Discussions**: Increasing participation in design and architecture discussions could not only demonstrate leadership potential but also contribute to more innovative solutions for the project.
|
64 |
"""
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
"private": ["repo_private_1", "repo_private_2", "repo_private_3"]
|
70 |
-
}
|
71 |
|
72 |
|
73 |
# App title
|
|
|
22 |
st.session_state['sync'] = False
|
23 |
if 'Recap' not in st.session_state:
|
24 |
st.session_state['Recap'] = False
|
|
|
|
|
|
|
|
|
25 |
|
26 |
|
27 |
|
|
|
59 |
- **Leadership in Design Discussions**: Increasing participation in design and architecture discussions could not only demonstrate leadership potential but also contribute to more innovative solutions for the project.
|
60 |
"""
|
61 |
|
62 |
+
if 'markdown' not in st.session_state:
|
63 |
+
st.session_state['markdown'] = "False"
|
64 |
+
|
|
|
|
|
65 |
|
66 |
|
67 |
# App title
|