Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'.
|