File size: 133 Bytes
5266631
ca13361
4c20be7
 
67aa84c
4c20be7
 
 
1
2
3
4
5
6
7
8
import streamlit as st
import json
st.write("Saved")

f = open('/data/test_output.json')
json_test = json.load(f)

st.json(json_test)