Update page_files/Upload_Data.py
Browse files
page_files/Upload_Data.py
CHANGED
|
@@ -909,6 +909,7 @@ def render_plots_tab(pdf_path: str, paper_id: str):
|
|
| 909 |
f"{res['extras']} to '{res['extras_table']}', "
|
| 910 |
f"{res['plots_copied']} crop(s) → {res['plots_dir']}."
|
| 911 |
)
|
|
|
|
| 912 |
except Exception as e:
|
| 913 |
st.error(f"Push failed: {e}")
|
| 914 |
if not push_ready:
|
|
|
|
| 909 |
f"{res['extras']} to '{res['extras_table']}', "
|
| 910 |
f"{res['plots_copied']} crop(s) → {res['plots_dir']}."
|
| 911 |
)
|
| 912 |
+
st.cache_data.clear()
|
| 913 |
except Exception as e:
|
| 914 |
st.error(f"Push failed: {e}")
|
| 915 |
if not push_ready:
|