Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
| 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':
|