Spaces:
Running
Running
Initial check on year column
Browse files- 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
|
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):
|