Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -443,7 +443,7 @@ else:
|
|
| 443 |
print(f"Took {time.time() - start_time} seconds to analyze {totalFiles} files!")
|
| 444 |
st.success(f"Took {time.time() - start_time} seconds to analyze {totalFiles} files!")
|
| 445 |
|
| 446 |
-
'''st.write(st.__version__)
|
| 447 |
c1,c2,c3 = st.columns(3)
|
| 448 |
with c1:
|
| 449 |
st.write("Left")
|
|
@@ -578,7 +578,9 @@ try:
|
|
| 578 |
fig1.write_image("ascn_pie1.svg")
|
| 579 |
printV("Pie1 files written",4)
|
| 580 |
with col1_1:
|
|
|
|
| 581 |
with open('ascn_pie1.pdf') as f:
|
|
|
|
| 582 |
st.download_button(
|
| 583 |
"Save As PDF",
|
| 584 |
f,
|
|
@@ -586,7 +588,7 @@ try:
|
|
| 586 |
key='download-pdf1',
|
| 587 |
on_click="ignore",
|
| 588 |
)
|
| 589 |
-
printV("Pie1
|
| 590 |
with col1_2:
|
| 591 |
with open('ascn_pie1.svg') as f:
|
| 592 |
st.download_button(
|
|
|
|
| 443 |
print(f"Took {time.time() - start_time} seconds to analyze {totalFiles} files!")
|
| 444 |
st.success(f"Took {time.time() - start_time} seconds to analyze {totalFiles} files!")
|
| 445 |
|
| 446 |
+
t = '''st.write(st.__version__)
|
| 447 |
c1,c2,c3 = st.columns(3)
|
| 448 |
with c1:
|
| 449 |
st.write("Left")
|
|
|
|
| 578 |
fig1.write_image("ascn_pie1.svg")
|
| 579 |
printV("Pie1 files written",4)
|
| 580 |
with col1_1:
|
| 581 |
+
printV("Pie1 in col1_1",4)
|
| 582 |
with open('ascn_pie1.pdf') as f:
|
| 583 |
+
printV("Pie1 in file open",4)
|
| 584 |
st.download_button(
|
| 585 |
"Save As PDF",
|
| 586 |
f,
|
|
|
|
| 588 |
key='download-pdf1',
|
| 589 |
on_click="ignore",
|
| 590 |
)
|
| 591 |
+
printV("Pie1 after col1_1",4)
|
| 592 |
with col1_2:
|
| 593 |
with open('ascn_pie1.svg') as f:
|
| 594 |
st.download_button(
|