Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,8 +218,6 @@ Rules:
|
|
| 218 |
Invoice Text:
|
| 219 |
""" + text
|
| 220 |
|
| 221 |
-
[Rest of the code remains exactly the same from the previous version...]
|
| 222 |
-
|
| 223 |
def format_currency(value):
|
| 224 |
"""Helper function to format currency values consistently"""
|
| 225 |
if not value:
|
|
|
|
| 218 |
Invoice Text:
|
| 219 |
""" + text
|
| 220 |
|
|
|
|
|
|
|
| 221 |
def format_currency(value):
|
| 222 |
"""Helper function to format currency values consistently"""
|
| 223 |
if not value:
|