Spaces:
Sleeping
Sleeping
Commit ·
89d0aed
1
Parent(s): 606690b
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ examples = [
|
|
| 14 |
["Earthquake located in Rome, Italy in Jan 1, 23 with magnitude greater than 6.2"],
|
| 15 |
["Earthquake located in Rome, Italy in 1 January 2023 with magnitude greater than 6.2"],
|
| 16 |
["Earthquake located in Rome, Italy in 1 Jan 23 with magnitude greater than 6.2"],
|
| 17 |
-
["Earthquake located in Rome, Italy in January 2023 with magnitude greater than 6.2"]
|
| 18 |
-
["Earthquake located in Rome, Italy in Jan 2023 with magnitude greater than 6.2"]
|
| 19 |
]
|
| 20 |
|
| 21 |
gr.Interface(
|
|
|
|
| 14 |
["Earthquake located in Rome, Italy in Jan 1, 23 with magnitude greater than 6.2"],
|
| 15 |
["Earthquake located in Rome, Italy in 1 January 2023 with magnitude greater than 6.2"],
|
| 16 |
["Earthquake located in Rome, Italy in 1 Jan 23 with magnitude greater than 6.2"],
|
| 17 |
+
["Earthquake located in Rome, Italy in January 2023 with magnitude greater than 6.2"],
|
| 18 |
+
["Earthquake located in Rome, Italy in Jan 2023 with magnitude greater than 6.2"],
|
| 19 |
]
|
| 20 |
|
| 21 |
gr.Interface(
|