fix: auto-refresh using st_autorefresh JS timer instead of sleep/rerun
view_live_mt5_eas.py: - Replace broken sleep+rerun approach with streamlit-autorefresh which injects a JS timer — works without user interaction - Graceful fallback if package not installed, shows install hint - First page load always pulls fresh data from FTP - Auto-refresh fires FTP pull when poll interval has elapsed requirements.txt: - Added streamlit-autorefresh
This commit is contained in:
+2
-1
@@ -4,4 +4,5 @@ pandas
|
||||
plotly
|
||||
scipy
|
||||
openpyxl
|
||||
beautifulsoup4
|
||||
beautifulsoup4
|
||||
streamlit-autorefresh
|
||||
Reference in New Issue
Block a user