Benjamin Consolvo commited on
Commit
dc37fde
·
1 Parent(s): 9f6b7cc

rm experimental_rerun

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -903,8 +903,6 @@ def load_auto_trade_log():
903
  except Exception:
904
  return None
905
 
906
- # Add this at the top after imports to suppress Streamlit reruns on widget interaction
907
- st.experimental_set_query_params() # This is a no-op but ensures Streamlit doesn't rerun due to query params
908
 
909
  def get_market_times(alpaca_api):
910
  try:
 
903
  except Exception:
904
  return None
905
 
 
 
906
 
907
  def get_market_times(alpaca_api):
908
  try: