Karlsen commited on
Commit
307bf4d
1 Parent(s): 8cbe5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  import matplotlib.pyplot as plt
4
 
5
- # Load your DataFrame from the specified CSV file
6
  df = pd.read_csv("TIMES_WorldUniversityRankings_2024.csv")
7
 
8
  # Define the columns you want to display in the app, including 'rank'.
 
2
  import pandas as pd
3
  import matplotlib.pyplot as plt
4
 
5
+ # Load your DataFrame from the specified CSV file
6
  df = pd.read_csv("TIMES_WorldUniversityRankings_2024.csv")
7
 
8
  # Define the columns you want to display in the app, including 'rank'.