za3karia commited on
Commit
f4c621b
·
verified ·
1 Parent(s): 85f5ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
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
- # Mock data
67
- mock_repos = {
68
- "public": ["repo_public_1", "repo_public_2", "repo_public_3"],
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