broadfield-dev commited on
Commit
7add58d
·
verified ·
1 Parent(s): b2deb9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from app_logic import (
8
  list_space_files_for_browsing,
9
  get_space_file_content,
10
  )
11
- KEYLOCK_DECODE_AVAILABLE = True
12
  # Gradio interface
13
  def main_ui():
14
  with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.sky), title="Hugging Face Space Builder") as demo:
 
8
  list_space_files_for_browsing,
9
  get_space_file_content,
10
  )
11
+ KEYLOCK_DECODE_AVAILABLE = False
12
  # Gradio interface
13
  def main_ui():
14
  with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.sky), title="Hugging Face Space Builder") as demo: