broadfield-dev commited on
Commit
b0d467a
·
verified ·
1 Parent(s): 407e564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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, # New
9
- get_space_file_content, # New
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=True):
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:**