chatyou commited on
Commit
39b21b6
·
verified ·
1 Parent(s): e252d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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');