domro11 commited on
Commit
0360bef
·
1 Parent(s): 171b8f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from datasets import load_dataset
9
 
10
 
11
  # Load the dataset from the Hugging Face Hub
12
- dataset = load_dataset("domro11/lectures")
13
 
14
 
15
 
 
9
 
10
 
11
  # Load the dataset from the Hugging Face Hub
12
+ dataset = load_dataset("domro11/lectures",revision="main")
13
 
14
 
15