waelstaha commited on
Commit
5aff5f0
·
1 Parent(s): 09a1315

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -144,8 +144,8 @@ sidebar_text = """
144
 
145
 
146
  ## Example prompts
147
- Replace `{client}` with a client name. Hint, you can ask IDF to tell you what
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
- What trades did {client} do in May 2022
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
  """