mebubo commited on
Commit
4ef971a
·
1 Parent(s): 1f2d72c

chore: Add cell marker for Jupyter notebook compatibility

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -79,3 +79,5 @@ for word in tqdm(low_prob_words, desc="Processing words"):
79
 
80
  end_time = time.time()
81
  print(f"Total time taken for the loop: {end_time - start_time:.4f} seconds")
 
 
 
79
 
80
  end_time = time.time()
81
  print(f"Total time taken for the loop: {end_time - start_time:.4f} seconds")
82
+
83
+ # %%