Spaces:
Runtime error
Runtime error
added info box
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from process_tags import list_ents, no_of_tags, color_creator, scatter_document
|
|
7 |
|
8 |
def main():
|
9 |
st.set_page_config(layout='wide')
|
10 |
-
st.
|
11 |
"Tags Json is the file we get from exporting tags from d555 tag editor. You may need to format it to be in proper json format. For the demo, use this Tag json file https://github.com/kandysh/odin_json_sheets/blob/main/tag_color.json")
|
12 |
with st.sidebar:
|
13 |
uploaded_file = st.file_uploader("Upload the SENTENCE Json", type="json")
|
|
|
7 |
|
8 |
def main():
|
9 |
st.set_page_config(layout='wide')
|
10 |
+
st.info(
|
11 |
"Tags Json is the file we get from exporting tags from d555 tag editor. You may need to format it to be in proper json format. For the demo, use this Tag json file https://github.com/kandysh/odin_json_sheets/blob/main/tag_color.json")
|
12 |
with st.sidebar:
|
13 |
uploaded_file = st.file_uploader("Upload the SENTENCE Json", type="json")
|