Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from app_logic import (
|
|
5 |
update_space_file,
|
6 |
load_token_from_image_and_set_env,
|
7 |
KEYLOCK_DECODE_AVAILABLE,
|
8 |
-
list_space_files_for_browsing,
|
9 |
-
get_space_file_content,
|
10 |
)
|
11 |
|
12 |
# Gradio interface
|
@@ -23,7 +23,7 @@ def main_ui():
|
|
23 |
)
|
24 |
|
25 |
# --- Authentication Section (Unchanged) ---
|
26 |
-
with gr.Accordion("🔑 Authentication Methods", open=
|
27 |
gr.Markdown(
|
28 |
"""
|
29 |
**Token Precedence:**
|
|
|
5 |
update_space_file,
|
6 |
load_token_from_image_and_set_env,
|
7 |
KEYLOCK_DECODE_AVAILABLE,
|
8 |
+
list_space_files_for_browsing,
|
9 |
+
get_space_file_content,
|
10 |
)
|
11 |
|
12 |
# Gradio interface
|
|
|
23 |
)
|
24 |
|
25 |
# --- Authentication Section (Unchanged) ---
|
26 |
+
with gr.Accordion("🔑 Authentication Methods", open=False):
|
27 |
gr.Markdown(
|
28 |
"""
|
29 |
**Token Precedence:**
|