everydaytok commited on
Commit
4d4378a
·
verified ·
1 Parent(s): 024ad0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ class AdaptiveVectorSystem:
98
  # --- VISUALIZATION LOGIC ---
99
  def generate_plot(mode='global', scenario='split'):
100
  # Generate 128-dimension vectors
101
- np.random.seed(int(time.time() * 1000)
102
  ) # Consistent seed for demo
103
 
104
  if scenario == 'split':
 
98
  # --- VISUALIZATION LOGIC ---
99
  def generate_plot(mode='global', scenario='split'):
100
  # Generate 128-dimension vectors
101
+ np.random.seed(int(time.time())
102
  ) # Consistent seed for demo
103
 
104
  if scenario == 'split':