Spaces:
Sleeping
Sleeping
Update examples.py
Browse files- examples.py +7 -11
examples.py
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
# Window size (add this)
|
9 |
-
"4000",
|
10 |
-
# Is example flag
|
11 |
-
True
|
12 |
]
|
|
|
1 |
+
examples = [
|
2 |
+
[
|
3 |
+
'{"name": "", "email": ""}',
|
4 |
+
'John Smith, email: john@example.com',
|
5 |
+
"4000",
|
6 |
+
True
|
7 |
+
]
|
|
|
|
|
|
|
|
|
8 |
]
|