Bagda commited on
Commit
07a3e99
·
verified ·
1 Parent(s): ea66d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -23,3 +23,8 @@ with gr.Blocks() as demo:
23
  msg.submit(respond_to_message, [msg, chatbot], [msg, chatbot])
24
 
25
  demo.launch()
 
 
 
 
 
 
23
  msg.submit(respond_to_message, [msg, chatbot], [msg, chatbot])
24
 
25
  demo.launch()
26
+
27
+ from datasets import load_dataset
28
+
29
+ # Login using e.g. `huggingface-cli login` to access this dataset
30
+ ds = load_dataset("KadamParth/NCERT_Chemistry_11th")