Spaces:
Running
Running
Update app.py
Browse files
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 |
|