faizhalas commited on
Commit
540545b
1 Parent(s): 2f2aa71

Initial check on year column

Browse files
Files changed (1) hide show
  1. pages/4 Sunburst.py +1 -1
pages/4 Sunburst.py CHANGED
@@ -81,7 +81,7 @@ if uploaded_file is not None:
81
  try:
82
  papers, MIN, MAX, GAP = get_minmax(extype)
83
  except KeyError:
84
- st.error('Error: Please check your "Year" column.')
85
  sys.exit(1)
86
 
87
  if (GAP != 0):
 
81
  try:
82
  papers, MIN, MAX, GAP = get_minmax(extype)
83
  except KeyError:
84
+ st.error('Error: Please check again your columns.')
85
  sys.exit(1)
86
 
87
  if (GAP != 0):