Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,9 @@ def main():
|
|
241 |
create_bar_chart(df, score_columns[4])
|
242 |
|
243 |
display_highest_combined_scores(full_df) # Call to display the calculated scores
|
244 |
-
|
|
|
|
|
245 |
else:
|
246 |
st.error("Failed to download the content from the URL provided.")
|
247 |
# About tab
|
|
|
241 |
create_bar_chart(df, score_columns[4])
|
242 |
|
243 |
display_highest_combined_scores(full_df) # Call to display the calculated scores
|
244 |
+
except Exception as e:
|
245 |
+
st.error("An error occurred while processing the markdown table.")
|
246 |
+
st.error(str(e))
|
247 |
else:
|
248 |
st.error("Failed to download the content from the URL provided.")
|
249 |
# About tab
|