kandysh commited on
Commit
28cce93
1 Parent(s): 221305c

added info box

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write(
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")