Spaces:
Running
Running
update
Browse files
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:
|