Update app.py
Browse files
app.py
CHANGED
@@ -848,6 +848,11 @@ def reverse(file,presid,type):
|
|
848 |
ws = wb.active
|
849 |
pbs = {}
|
850 |
print(file.name)
|
|
|
|
|
|
|
|
|
|
|
851 |
|
852 |
for zc in presid.split("\n"):
|
853 |
xx = zc.split("\t")
|
|
|
848 |
ws = wb.active
|
849 |
pbs = {}
|
850 |
print(file.name)
|
851 |
+
files = os.listdir("tmp/gradio/")
|
852 |
+
|
853 |
+
# 打印所有文件名
|
854 |
+
for xfile in files:
|
855 |
+
print(xfile)
|
856 |
|
857 |
for zc in presid.split("\n"):
|
858 |
xx = zc.split("\t")
|