Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ HTML_CONTENT = """<!DOCTYPE html>
|
|
| 102 |
<button onclick="debugList()">调试列表 (debug/list)</button>
|
| 103 |
<div class="log" id="log"></div>
|
| 104 |
<h2>文件列表</h2>
|
| 105 |
-
<div id="fileList"></div>
|
| 106 |
<script>
|
| 107 |
const fileInput = document.getElementById('fileInput');
|
| 108 |
const uploadBtn = document.getElementById('uploadBtn');
|
|
|
|
| 102 |
<button onclick="debugList()">调试列表 (debug/list)</button>
|
| 103 |
<div class="log" id="log"></div>
|
| 104 |
<h2>文件列表</h2>
|
| 105 |
+
<!--<div id="fileList"></div> -->
|
| 106 |
<script>
|
| 107 |
const fileInput = document.getElementById('fileInput');
|
| 108 |
const uploadBtn = document.getElementById('uploadBtn');
|