Ivan Kudryakov commited on
Commit
c28d0d4
·
1 Parent(s): 3a10348
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ try:
25
  friend_num = int(friend_num_text)
26
  except:
27
  friend_num = 15
 
28
 
29
  st.write("wait about a minute we could do only 3 request per second")
30
 
 
25
  friend_num = int(friend_num_text)
26
  except:
27
  friend_num = 15
28
+ st.write("Used 15 closest friends")
29
 
30
  st.write("wait about a minute we could do only 3 request per second")
31