broadfield-dev commited on
Commit
9001527
·
verified ·
1 Parent(s): 26ff1b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- No os needed here now for file paths unless for basename for display
3
  from app_logic import (
4
  create_space,
5
  update_space_file,
@@ -9,7 +9,7 @@ from app_logic import (
9
  get_space_file_content,
10
  )
11
 
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:
15
  gr.Markdown(
 
1
  import gradio as gr
2
+ #No os needed here now for file paths unless for basename for display
3
  from app_logic import (
4
  create_space,
5
  update_space_file,
 
9
  get_space_file_content,
10
  )
11
 
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:
15
  gr.Markdown(