bluuebunny commited on
Commit
d1d8aff
·
verified ·
1 Parent(s): ae3d83e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def log_message(message):
13
  def useless_computation():
14
  while True:
15
  # This loop will keep running, performing pointless calculations
16
- for i in range(10000):
17
  math.sqrt(i) # Taking the square root of numbers without any purpose
18
 
19
  # Function to run update_embeddings.py periodically
 
13
  def useless_computation():
14
  while True:
15
  # This loop will keep running, performing pointless calculations
16
+ for i in range(1000):
17
  math.sqrt(i) # Taking the square root of numbers without any purpose
18
 
19
  # Function to run update_embeddings.py periodically