Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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 |
"""
|