how is speed now?

This commit is contained in:
Osman Faruk Bayram 2025-07-31 21:02:11 +03:00
parent 7388c1b0dc
commit 8420594456

View file

@ -3,7 +3,6 @@ import json
from pathlib import Path
import streamlit as st
import pandas as pd
import matplotlib.pyplot as plt
DATA_DIR = Path("/var/lib/wanikani-logs")
print("starting the WaniKani service")
@ -27,5 +26,5 @@ def load_data():
# return pd.DataFrame(records)
st.title("📈 WaniKani Progress Tracker")
df = load_data()
# df = load_data()
# st.line_chart(df.set_index("date"))