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;
|