DmitrMakeev
commited on
Commit
•
2b4491d
1
Parent(s):
1287b71
Update app.py
Browse files
app.py
CHANGED
@@ -1835,8 +1835,8 @@ def add_data_gc_in():
|
|
1835 |
|
1836 |
|
1837 |
|
1838 |
-
@app.route('/
|
1839 |
-
def
|
1840 |
script_content = """
|
1841 |
function mySuccessFunction(form) {
|
1842 |
if (!form) return;
|
|
|
1835 |
|
1836 |
|
1837 |
|
1838 |
+
@app.route('/tl_help.js')
|
1839 |
+
def serve_tl_help():
|
1840 |
script_content = """
|
1841 |
function mySuccessFunction(form) {
|
1842 |
if (!form) return;
|