Spaces:
Runtime error
Runtime error
Kvikontent
commited on
Commit
•
dff8a51
1
Parent(s):
5c466a4
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,10 @@ iface = gr.Interface(
|
|
29 |
examples=[
|
30 |
["2021-09-01", "2024-01-23"],
|
31 |
["September 1, 2021", "January 23, 2024"],
|
32 |
-
["today", "
|
33 |
-
]
|
|
|
|
|
34 |
)
|
35 |
|
36 |
iface.launch()
|
|
|
29 |
examples=[
|
30 |
["2021-09-01", "2024-01-23"],
|
31 |
["September 1, 2021", "January 23, 2024"],
|
32 |
+
["today", "Febuary 18, 2026"]
|
33 |
+
],
|
34 |
+
theme="soft",
|
35 |
+
cache_examples=False
|
36 |
)
|
37 |
|
38 |
iface.launch()
|