Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -503,15 +503,6 @@ try:
|
|
| 503 |
df4 = pd.DataFrame(data=df4_dict)
|
| 504 |
df4.name = "df4"
|
| 505 |
st.session_state.summaries[currFileIndex]["df4"] = df4
|
| 506 |
-
|
| 507 |
-
# Save files for potential download
|
| 508 |
-
|
| 509 |
-
fig1.write_image("ascn_pie1.pdf")
|
| 510 |
-
fig2.write_image("ascn_pie2.pdf")
|
| 511 |
-
fig3_1.write_image("ascn_sunburst.pdf")
|
| 512 |
-
fig3.write_image("ascn_treemap.pdf")
|
| 513 |
-
fig_la.write_image("ascn_timeline.pdf")
|
| 514 |
-
fig2_la.write_image("ascn_bar.pdf")
|
| 515 |
|
| 516 |
with dataTab:
|
| 517 |
csv = convert_df(currDF)
|
|
|
|
| 503 |
df4 = pd.DataFrame(data=df4_dict)
|
| 504 |
df4.name = "df4"
|
| 505 |
st.session_state.summaries[currFileIndex]["df4"] = df4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 506 |
|
| 507 |
with dataTab:
|
| 508 |
csv = convert_df(currDF)
|