dxdcx commited on
Commit
7832194
·
verified ·
1 Parent(s): 62676f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -276,7 +276,9 @@ demo = gr.ChatInterface(
276
  stop_btn=False,
277
  title="ChatFinanz",
278
  examples=[
 
279
  [{"text": "What would be the impact of 31% US tariffs (excluding pharma) on Switzerland exports?", "files": []}],
 
280
  [{"text": "Replicate QQQ excluding exposure to the stock with the highest PE ratio", "files": []}],
281
  [{"text": "Write python code to replicate this graph adding revenue for 2025-2030 assuming 40% yearly growth for Cloud and 10% for Search.", "files": ["assets/additional-examples/rev.png"]}],
282
  ],
 
276
  stop_btn=False,
277
  title="ChatFinanz",
278
  examples=[
279
+ [{"text": "Convert this bank statement to csv", "files": ["assets/additional-examples/bank_statement.png"]}],
280
  [{"text": "What would be the impact of 31% US tariffs (excluding pharma) on Switzerland exports?", "files": []}],
281
+ [{"text": "My client is permanently resident in Portugal and has British citenzship. He wants to sell a 10% stake he has in a Delaware registered company. Where will he have to pay taxes?", "files": []}],
282
  [{"text": "Replicate QQQ excluding exposure to the stock with the highest PE ratio", "files": []}],
283
  [{"text": "Write python code to replicate this graph adding revenue for 2025-2030 assuming 40% yearly growth for Cloud and 10% for Search.", "files": ["assets/additional-examples/rev.png"]}],
284
  ],