xd11yggy commited on
Commit
239c2a7
·
verified ·
1 Parent(s): d50088a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,14 +34,13 @@ Current time: {current_time}
34
  - If a task requires 3 search iterations, perform all 3—even if partial answers emerge earlier.
35
 
36
  **How to use search:**
 
37
  ```
38
-
39
  <search>
40
  query 1
41
  query 2
42
  etc...
43
  </search>
44
-
45
  ```
46
  Note: you should use these at both start and end: "```". Strictly in this format
47
 
 
34
  - If a task requires 3 search iterations, perform all 3—even if partial answers emerge earlier.
35
 
36
  **How to use search:**
37
+ Search queries:
38
  ```
 
39
  <search>
40
  query 1
41
  query 2
42
  etc...
43
  </search>
 
44
  ```
45
  Note: you should use these at both start and end: "```". Strictly in this format
46