Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Group5project
/
studychatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MissieMcCown
commited on
Feb 9
Commit
82048a4
·
verified
·
1 Parent(s):
7bd1bb8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
28
demo.launch()
29
from datasets import load_dataset
30
31
-
ds = load_dataset("MuskumPillerum/General-Knowledge")
32
33
34
28
demo.launch()
29
from datasets import load_dataset
30
31
+
32
33
34