derek-thomas HF staff commited on
Commit
e014498
1 Parent(s): 4375224

App shows last 50 lines

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ dataset_name = f"{username}/dataset-creator-{subreddit}"
14
 
15
  def log_file_to_html_string():
16
  log_file = "mylog.log"
17
- num_lines_visualize = 60
18
 
19
  console = Console(record=True, width=150)
20
  with open(log_file, "rt") as f:
 
14
 
15
  def log_file_to_html_string():
16
  log_file = "mylog.log"
17
+ num_lines_visualize = 50
18
 
19
  console = Console(record=True, width=150)
20
  with open(log_file, "rt") as f: