pgurazada1 commited on
Commit
adb1f5f
·
verified ·
1 Parent(s): 8e56e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -186,17 +186,18 @@ def formatter(state: State):
186
  Use only the details from the input to generate the report.
187
 
188
  Present your output in the following markdown format.
189
- Expense Claim Report
190
- Employee Name: <Insert Employee Name>
191
- Date: <Insert Date from original bill>
192
- Bill No: <Insert Bill No from original bill>
193
- Restaurant Name and Address: <Insert Restaurant Name and Address fromm original bill>
194
- Items ordered quantity and price (<arrange in a table format from verified list of items>):
 
195
  |Item|Quantity|Price|
196
  ...
197
  ...
198
- Tax and Charges: <enter the tax amount from calculated amounts>
199
- Total amount to be reimbursed: <enter the total from calculated amounts>
200
 
201
  Do not output anything except the above details in your output.
202
  Do not delimit the output with any extra tags (e.g., ```).
 
186
  Use only the details from the input to generate the report.
187
 
188
  Present your output in the following markdown format.
189
+ # Expense Claim Report
190
+
191
+ ## Employee Name: <Insert Employee Name>
192
+ ## Date: <Insert Date from original bill>
193
+ ## Bill No: <Insert Bill No from original bill>
194
+ ## Restaurant Name and Address: <Insert Restaurant Name and Address fromm original bill>
195
+ ## Items ordered quantity and price (<arrange in a table format from verified list of items>):
196
  |Item|Quantity|Price|
197
  ...
198
  ...
199
+ ### Tax and Charges: <enter the tax amount from calculated amounts>
200
+ ### Total amount to be reimbursed: <enter the total from calculated amounts>
201
 
202
  Do not output anything except the above details in your output.
203
  Do not delimit the output with any extra tags (e.g., ```).