Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,15 +149,18 @@ Hint: you can ask IDF to tell you what clients are available
|
|
| 149 |
```
|
| 150 |
What is the total USD Amount for client {client} for Jan 2022
|
| 151 |
```
|
| 152 |
-
|
| 153 |
```
|
| 154 |
What is the average USD Amount per month for client {client} for 2022
|
| 155 |
```
|
| 156 |
-
|
| 157 |
```
|
| 158 |
Trades volume for {client} in May 2022
|
| 159 |
```
|
| 160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
"""
|
| 162 |
|
| 163 |
with st.sidebar:
|
|
|
|
| 149 |
```
|
| 150 |
What is the total USD Amount for client {client} for Jan 2022
|
| 151 |
```
|
|
|
|
| 152 |
```
|
| 153 |
What is the average USD Amount per month for client {client} for 2022
|
| 154 |
```
|
|
|
|
| 155 |
```
|
| 156 |
Trades volume for {client} in May 2022
|
| 157 |
```
|
| 158 |
+
```
|
| 159 |
+
Get the total USD amount where Currency Bought is {Currency (e.g. GBP)} for {client} in Jun 2022
|
| 160 |
+
```
|
| 161 |
+
```
|
| 162 |
+
Get the Currency Bought/Sold with least total USD amount for {client} in Mar 2022
|
| 163 |
+
```
|
| 164 |
"""
|
| 165 |
|
| 166 |
with st.sidebar:
|