xd11yggy commited on
Commit
d50088a
Β·
verified Β·
1 Parent(s): 2ce1827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,11 +35,13 @@ Current time: {current_time}
35
 
36
  **How to use search:**
37
  ```
 
38
  <search>
39
  query 1
40
  query 2
41
  etc...
42
  </search>
 
43
  ```
44
  Note: you should use these at both start and end: "```". Strictly in this format
45
 
 
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