Spaces:
Running
Running
fix quotation mark
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def historical_event_explorer(query :str, year: int = None)-> str: #it's import
|
|
29 |
1923: "The Republic of Turkey was established.",
|
30 |
1969: "Apollo 11 landed on the Moon.",
|
31 |
"war": "Notable wars include WWI (1914-1918) and WWII (1939-1945).",
|
32 |
-
"invention": "Key inventions include the printing press (1440),
|
33 |
}
|
34 |
|
35 |
# Check if the query mathces a year of keyword
|
|
|
29 |
1923: "The Republic of Turkey was established.",
|
30 |
1969: "Apollo 11 landed on the Moon.",
|
31 |
"war": "Notable wars include WWI (1914-1918) and WWII (1939-1945).",
|
32 |
+
"invention": "Key inventions include the printing press (1440).",
|
33 |
}
|
34 |
|
35 |
# Check if the query mathces a year of keyword
|