Update app.py
Browse files
app.py
CHANGED
@@ -157,6 +157,7 @@ df, status = parse_po_items_with_filters(text)
|
|
157 |
print(status)
|
158 |
if df is not None:
|
159 |
print(df)
|
|
|
160 |
|
161 |
|
162 |
# Function: Save to Excel
|
|
|
157 |
print(status)
|
158 |
if df is not None:
|
159 |
print(df)
|
160 |
+
|
161 |
|
162 |
|
163 |
# Function: Save to Excel
|