Ransaka commited on
Commit
20c5fed
1 Parent(s): 112da8d

Added new categories

Browse files

weather & accident

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,15 +16,15 @@ font_color = '#858991'
16
  font_title = '#858991'
17
  font_axis = '#858991'
18
 
19
- TARGETS = ['දේශපාලන', 'ආර්ථික', 'සෞඛ්ය', 'අපරාධ', 'තාක්ෂණ', 'ක්රීඩා', 'විනෝද', 'සමාජ']
20
  SIN_2_ENG = {
21
  'දේශපාලන':'Political',
22
  'ආර්ථික':'Economic',
23
- 'සෞඛ්ය':'Health',
24
  'අපරාධ':'Crime',
25
  'තාක්ෂණ':'Technology',
26
  'ක්රීඩා':'Sports',
27
- 'විනෝද':'Entertainment',
28
  'සමාජ':'Social'
29
  }
30
 
 
16
  font_title = '#858991'
17
  font_axis = '#858991'
18
 
19
+ TARGETS = ['දේශපාලන', 'ආර්ථික', 'අනතුරු', 'අපරාධ', 'තාක්ෂණ', 'ක්රීඩා', 'කාලගුණ', 'සමාජ']
20
  SIN_2_ENG = {
21
  'දේශපාලන':'Political',
22
  'ආර්ථික':'Economic',
23
+ 'අනතුරු':'Accident',
24
  'අපරාධ':'Crime',
25
  'තාක්ෂණ':'Technology',
26
  'ක්රීඩා':'Sports',
27
+ 'කාලගුණ':'Weather',
28
  'සමාජ':'Social'
29
  }
30