z0et commited on
Commit
4b1e679
·
verified ·
1 Parent(s): cdf0980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ country_map = {
81
  }
82
 
83
 
84
- country_code = country_map.get(country)
85
  if not country_code:
86
  return f"Sorry, I don't have data for {country}."
87
 
 
81
  }
82
 
83
 
84
+ country_code = country_map.get(country)
85
  if not country_code:
86
  return f"Sorry, I don't have data for {country}."
87