Maria Tsilimos commited on
Commit
cbfa0fb
·
unverified ·
1 Parent(s): 190b8c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -130,17 +130,23 @@ expander.write('''
130
  miscellaneous”). Results are presented in an easy-to-read table, visualized in
131
  an interactive tree map, pie chart, and bar chart, and are available for
132
  download along with a Glossary of tags.
 
133
  **How to Use:** Upload your JSON file. Then, click the 'Results' button
134
  to extract and tag entities in your text data.
 
135
  **Usage Limits:** You can request results up to 10 times.
 
136
  **Language settings:** Please check and adjust the language settings in
137
  your computer, so the Danish, Swedish, Norwegian, Icelandic and Faroese
138
  characters are handled properly in your downloaded file.
 
139
  **Customization:** To change the app's background color to white or
140
  black, click the three-dot menu on the right-hand side of your app, go to
141
  Settings and then Choose app theme, colors and fonts.
 
142
  **Technical issues:** If your connection times out, please refresh the
143
  page or reopen the app's URL.
 
144
  For any errors or inquiries, please contact us at info@nlpblogs.com
145
  ''')
146
 
@@ -432,4 +438,3 @@ if st.button("Results"):
432
  st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
433
 
434
  st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
435
-
 
130
  miscellaneous”). Results are presented in an easy-to-read table, visualized in
131
  an interactive tree map, pie chart, and bar chart, and are available for
132
  download along with a Glossary of tags.
133
+
134
  **How to Use:** Upload your JSON file. Then, click the 'Results' button
135
  to extract and tag entities in your text data.
136
+
137
  **Usage Limits:** You can request results up to 10 times.
138
+
139
  **Language settings:** Please check and adjust the language settings in
140
  your computer, so the Danish, Swedish, Norwegian, Icelandic and Faroese
141
  characters are handled properly in your downloaded file.
142
+
143
  **Customization:** To change the app's background color to white or
144
  black, click the three-dot menu on the right-hand side of your app, go to
145
  Settings and then Choose app theme, colors and fonts.
146
+
147
  **Technical issues:** If your connection times out, please refresh the
148
  page or reopen the app's URL.
149
+
150
  For any errors or inquiries, please contact us at info@nlpblogs.com
151
  ''')
152
 
 
438
  st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
439
 
440
  st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")