mfraz commited on
Commit
5bbb0e5
·
verified ·
1 Parent(s): 6ac450d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from pydub import AudioSegment
7
  # Load the Netflix dataset from CSV
8
  @st.cache_data
9
  def load_data():
10
- return pd.read_csv("netflix_titles.csv")
11
 
12
  # Load DialoGPT model and tokenizer
13
  @st.cache_resource
 
7
  # Load the Netflix dataset from CSV
8
  @st.cache_data
9
  def load_data():
10
+ return pd.read_csv("https://huggingface.co/spaces/mfraz/Netflix-data/resolve/main/netflix_titles.csv")
11
 
12
  # Load DialoGPT model and tokenizer
13
  @st.cache_resource