Maria Tsilimos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ if COMET_API_KEY and COMET_WORKSPACE and COMET_PROJECT_NAME:
|
|
28 |
# --- Persistent Counter and History Configuration ---
|
29 |
COUNTER_FILE = "counter_json_finder.json"
|
30 |
HISTORY_FILE = "file_history_json_finder.json"
|
31 |
-
max_attempts =
|
32 |
|
33 |
# --- Functions to manage persistent data ---
|
34 |
def load_attempts():
|
@@ -191,7 +191,7 @@ expander.write('''
|
|
191 |
**How to Use:** Upload your JSON file. Then, click the 'Results' button
|
192 |
to extract and tag entities in your text data.
|
193 |
|
194 |
-
**Usage Limits:** You can request results up to
|
195 |
|
196 |
**Language settings:** Please check and adjust the language settings in
|
197 |
your computer, so the Danish, Swedish, Norwegian, Icelandic and Faroese
|
|
|
28 |
# --- Persistent Counter and History Configuration ---
|
29 |
COUNTER_FILE = "counter_json_finder.json"
|
30 |
HISTORY_FILE = "file_history_json_finder.json"
|
31 |
+
max_attempts = 300
|
32 |
|
33 |
# --- Functions to manage persistent data ---
|
34 |
def load_attempts():
|
|
|
191 |
**How to Use:** Upload your JSON file. Then, click the 'Results' button
|
192 |
to extract and tag entities in your text data.
|
193 |
|
194 |
+
**Usage Limits:** You can request results up to 300 times within a 30-day period.
|
195 |
|
196 |
**Language settings:** Please check and adjust the language settings in
|
197 |
your computer, so the Danish, Swedish, Norwegian, Icelandic and Faroese
|