Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Rename to `app`
Browse files- demo.css → app.css +0 -0
- demo.js → app.js +0 -0
- demo.py → app.py +2 -2
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="./
|
47 |
-
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,
|