Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,6 @@ def get_db_chain():
|
|
| 49 |
|
| 50 |
If someone asks any question involving client name, you need to join with Client table
|
| 51 |
volume: you need to count records
|
| 52 |
-
Amounts: you need to use USD amount
|
| 53 |
Trades: you need to get volume of trades
|
| 54 |
Currency Bought: you need to use ccyBought
|
| 55 |
Currency Sold: you need to use ccySold
|
|
|
|
| 49 |
|
| 50 |
If someone asks any question involving client name, you need to join with Client table
|
| 51 |
volume: you need to count records
|
|
|
|
| 52 |
Trades: you need to get volume of trades
|
| 53 |
Currency Bought: you need to use ccyBought
|
| 54 |
Currency Sold: you need to use ccySold
|