Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,8 +144,8 @@ sidebar_text = """
|
|
| 144 |
|
| 145 |
|
| 146 |
## Example prompts
|
| 147 |
-
Replace `{client}` with a client name.
|
| 148 |
-
clients are available
|
| 149 |
|
| 150 |
```
|
| 151 |
What is the total USD Amount for client {client} for Jan 2022
|
|
@@ -156,11 +156,7 @@ What is the average USD Amount per month for client {client} for 2022
|
|
| 156 |
```
|
| 157 |
|
| 158 |
```
|
| 159 |
-
|
| 160 |
-
```
|
| 161 |
-
|
| 162 |
-
```
|
| 163 |
-
What is the max and min price for EUR in Mar 2022
|
| 164 |
```
|
| 165 |
|
| 166 |
"""
|
|
|
|
| 144 |
|
| 145 |
|
| 146 |
## Example prompts
|
| 147 |
+
Replace `{client}` with a client name.
|
| 148 |
+
Hint: you can ask IDF to tell you what clients are available
|
| 149 |
|
| 150 |
```
|
| 151 |
What is the total USD Amount for client {client} for Jan 2022
|
|
|
|
| 156 |
```
|
| 157 |
|
| 158 |
```
|
| 159 |
+
Trades volume for {client} in May 2022
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
```
|
| 161 |
|
| 162 |
"""
|