Spaces:
Sleeping
Sleeping
Next
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import glob
|
3 |
|
4 |
def load_javascript(dir="javascript"):
|
5 |
-
scripts_list = glob.glob(
|
6 |
javascript = ""
|
7 |
for path in scripts_list:
|
8 |
with open(path, "r", encoding="utf8") as jsfile:
|
|
|
2 |
import glob
|
3 |
|
4 |
def load_javascript(dir="javascript"):
|
5 |
+
scripts_list = glob.glob("app.js")
|
6 |
javascript = ""
|
7 |
for path in scripts_list:
|
8 |
with open(path, "r", encoding="utf8") as jsfile:
|