how is speed now?
This commit is contained in:
parent
7388c1b0dc
commit
8420594456
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import json
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import streamlit as st
|
import streamlit as st
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import matplotlib.pyplot as plt
|
|
||||||
|
|
||||||
DATA_DIR = Path("/var/lib/wanikani-logs")
|
DATA_DIR = Path("/var/lib/wanikani-logs")
|
||||||
print("starting the WaniKani service")
|
print("starting the WaniKani service")
|
||||||
|
|
@ -27,5 +26,5 @@ def load_data():
|
||||||
# return pd.DataFrame(records)
|
# return pd.DataFrame(records)
|
||||||
|
|
||||||
st.title("📈 WaniKani Progress Tracker")
|
st.title("📈 WaniKani Progress Tracker")
|
||||||
df = load_data()
|
# df = load_data()
|
||||||
# st.line_chart(df.set_index("date"))
|
# st.line_chart(df.set_index("date"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue