nandes007 commited on
Commit
a120114
·
verified ·
1 Parent(s): dc92894

fix quotation mark

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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