ZennyKenny commited on
Commit
685a6a0
·
verified ·
1 Parent(s): 556f48c

update N=10 for HOF

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -255,7 +255,7 @@ def fetch_data() -> None:
255
  print(f"Data fetched: {datetime.datetime.now()}")
256
 
257
 
258
- def get_top(N = 50) -> pd.DataFrame:
259
  """
260
  This function returns the top N users with the most annotations.
261
 
@@ -335,7 +335,7 @@ def main() -> None:
335
 
336
  gr.Markdown(
337
  """
338
- ## 👾 Зал Славы
339
  Авторы и количество сделанных ими аннотаций.
340
  """
341
  )
 
255
  print(f"Data fetched: {datetime.datetime.now()}")
256
 
257
 
258
+ def get_top(N = 10) -> pd.DataFrame:
259
  """
260
  This function returns the top N users with the most annotations.
261
 
 
335
 
336
  gr.Markdown(
337
  """
338
+ ## 🏆 Зал Славы
339
  Авторы и количество сделанных ими аннотаций.
340
  """
341
  )