Roi Lev commited on
Commit
772debe
·
1 Parent(s): bc60006

Trigger rebuild: Ensure UI renders before caching

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -111,6 +111,7 @@ if __name__ == "__main__":
111
  # Wait for server to start serving requests (give it 10 seconds)
112
  # This ensures the UI is rendered and accessible before caching begins
113
  print("⏳ Waiting for server to start before caching examples...")
 
114
  time.sleep(10)
115
 
116
  print("\n" + "=" * 60)
 
111
  # Wait for server to start serving requests (give it 10 seconds)
112
  # This ensures the UI is rendered and accessible before caching begins
113
  print("⏳ Waiting for server to start before caching examples...")
114
+ print(" (UI should be accessible now - caching will begin in 10 seconds)")
115
  time.sleep(10)
116
 
117
  print("\n" + "=" * 60)