CultriX commited on
Commit
e32d84f
1 Parent(s): c89af95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ def main():
245
  with col4:
246
  create_bar_chart(df, score_columns[4])
247
 
248
- display_highest_combined_scores(full_df, score_columns[0]) # Call to display the calculated scores
249
  except Exception as e:
250
  st.error("An error occurred while processing the markdown table.")
251
  st.error(str(e))
 
245
  with col4:
246
  create_bar_chart(df, score_columns[4])
247
 
248
+ display_highest_combined_scores(full_df) # Call to display the calculated scores
249
  except Exception as e:
250
  st.error("An error occurred while processing the markdown table.")
251
  st.error(str(e))