Ethscriptions commited on
Commit
3f67830
·
verified ·
1 Parent(s): 1feabbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ def plot_windowed_movie_efficiency(df, center_time, window_minutes):
411
 
412
 
413
  # --- TMS Server Movie Content Inquiry ---
414
- @st.cache_data(show_spinner=False)
415
  def fetch_and_process_server_movies(priority_movie_titles=None):
416
  if priority_movie_titles is None:
417
  priority_movie_titles = []
 
411
 
412
 
413
  # --- TMS Server Movie Content Inquiry ---
414
+ # @st.cache_data(show_spinner=False)
415
  def fetch_and_process_server_movies(priority_movie_titles=None):
416
  if priority_movie_titles is None:
417
  priority_movie_titles = []