5266631 4c20be7 67aa84c 4c20be7
1
2
3
4
5
6
7
import streamlit as st st.write("Saved") f = open('/data/test_output.json') json_test = json.load(f) st.json(json_test)