madsryfeldt commited on
Commit
f0f3d5c
1 Parent(s): fa860a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import matplotlib.pyplot as plt
4
 
5
  # Read the CSV file into a Pandas DataFrame
6
- df = pd.read_csv('/Users/mads/Desktop/Cand. Merc IM/2. semester/2.4 Digital Innovation/1. Introduction/S1_files/cph_airbnb_listings.csv')
7
 
8
  # Create a Streamlit app
9
  st.title('Sorted and Filtered Data by Neighbourhood and Price')
 
3
  import matplotlib.pyplot as plt
4
 
5
  # Read the CSV file into a Pandas DataFrame
6
+ df = pd.read_csv('cph_airbnb_listings.csv')
7
 
8
  # Create a Streamlit app
9
  st.title('Sorted and Filtered Data by Neighbourhood and Price')