heikowagner commited on
Commit
10f1053
β€’
1 Parent(s): 42ba731

move files

Browse files
app/{load_docs.py β†’ playground/load_docs.py} RENAMED
File without changes
app/{result.pkl β†’ playground/result.pkl} RENAMED
File without changes
app/st_render_doc.py DELETED
@@ -1,9 +0,0 @@
1
- import streamlit as st
2
- import utils as ut
3
- import cloudpickle
4
-
5
- filename="./result.pkl"
6
- pikd = open(filename, "rb")
7
- result = dict( cloudpickle.load(pikd) )
8
- del pikd
9
- ut.format_result_set(result)