Muhirwa12a commited on
Commit
31e8f9c
·
verified ·
1 Parent(s): a23e30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  ###################################
6
  # 1. Load and Chunk CSV Data
7
  ###################################
8
- df = pd.read_csv("/.datasets.csv")
9
 
10
  # We will chunk the rows in groups of 1,000
11
  chunk_size = 1000
 
5
  ###################################
6
  # 1. Load and Chunk CSV Data
7
  ###################################
8
+ df = pd.read_csv("datasets.csv")
9
 
10
  # We will chunk the rows in groups of 1,000
11
  chunk_size = 1000