Update app.py
Browse files
app.py
CHANGED
@@ -226,9 +226,6 @@ def main():
|
|
226 |
initial_sidebar_state="collapsed"
|
227 |
)
|
228 |
|
229 |
-
# Ensure repository exists and initialize paths
|
230 |
-
repo_exists = ensure_repo_exists()
|
231 |
-
|
232 |
# Load custom CSS
|
233 |
load_custom_css()
|
234 |
|
|
|
226 |
initial_sidebar_state="collapsed"
|
227 |
)
|
228 |
|
|
|
|
|
|
|
229 |
# Load custom CSS
|
230 |
load_custom_css()
|
231 |
|