Page status
app()
Render the Status page for analysis.
Source code in view/streamlit_app/page_status.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
check_status()
Fetch the status of analyses for the current user.
Returns:
Type | Description |
---|---|
pd.DataFrame: A DataFrame containing analysis IDs, statuses, timestamps, and results. |
Source code in view/streamlit_app/page_status.py
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
|