Spaces:
Build error
Build error
Romeo David commited on
Commit Β·
f98533f
1
Parent(s): 5c82300
Add separator and success message after analysis completion in run_analysis function
Browse files- pages/analyzing_page.py +1 -0
pages/analyzing_page.py
CHANGED
|
@@ -139,6 +139,7 @@ def run_analysis():
|
|
| 139 |
pull_through_offers_thread.join()
|
| 140 |
content_thread.join()
|
| 141 |
|
|
|
|
| 142 |
st.success("π All analyses completed!") # Final success message
|
| 143 |
# --- Display Button After Completion ---
|
| 144 |
if st.button("View Results", icon="π"):
|
|
|
|
| 139 |
pull_through_offers_thread.join()
|
| 140 |
content_thread.join()
|
| 141 |
|
| 142 |
+
st.markdown("---")
|
| 143 |
st.success("π All analyses completed!") # Final success message
|
| 144 |
# --- Display Button After Completion ---
|
| 145 |
if st.button("View Results", icon="π"):
|