peterkros commited on
Commit
513f340
·
1 Parent(s): ff4cda5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def predict(text):
23
 
24
  # Define the markdown text with bullet points
25
  markdown_text = """
26
- - Trained with ~1500 rows of data on bert-large-uncased, 110M, English.
27
  - Input one budget line per time.
28
  - Accuracy of the model is ~80%.
29
  """
 
23
 
24
  # Define the markdown text with bullet points
25
  markdown_text = """
26
+ - Trained with ~1500 rows of data on bert-large-uncased, English.
27
  - Input one budget line per time.
28
  - Accuracy of the model is ~80%.
29
  """