adamelliotfields commited on
Commit
710fb68
·
verified ·
1 Parent(s): 6ac2c39

Rename to `app`

Browse files
demo.css → app.css RENAMED
File without changes
demo.js → app.js RENAMED
File without changes
demo.py → app.py RENAMED
@@ -43,8 +43,8 @@ def generate_btn_click(*args, **kwargs):
43
 
44
  with gr.Blocks(
45
  head=read_file("head.html"),
46
- css="./demo.css",
47
- js="./demo.js",
48
  theme=gr.themes.Default(
49
  # colors
50
  primary_hue=gr.themes.colors.orange,
 
43
 
44
  with gr.Blocks(
45
  head=read_file("head.html"),
46
+ css="./app.css",
47
+ js="./app.js",
48
  theme=gr.themes.Default(
49
  # colors
50
  primary_hue=gr.themes.colors.orange,