yixuantt commited on
Commit
2546424
1 Parent(s): 883179e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
3
-
4
 
5
  def load_data():
6
  with open("data.jsonl", 'r', encoding='utf-8') as file:
 
1
  import streamlit as st
2
  import pandas as pd
3
+ import json
4
 
5
  def load_data():
6
  with open("data.jsonl", 'r', encoding='utf-8') as file: