Udbhav44 commited on
Commit
75d94fb
1 Parent(s): a8b80d0

student search removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ app = App.from_config(config=config)
40
  # app.add("https://voxiitk.com/yeh-hall-ab-13-na-raha/")
41
  # app.add("https://voxiitk.com/girls-protest-at-directors-residence/")
42
  # app.add("https://www.iitk.ac.in/doaa/data/UG-Manual.pdf")
43
- app.add("student_data.student_data.json")
44
 
45
  def query(message, history):
46
  answer = app.query(message)
 
40
  # app.add("https://voxiitk.com/yeh-hall-ab-13-na-raha/")
41
  # app.add("https://voxiitk.com/girls-protest-at-directors-residence/")
42
  # app.add("https://www.iitk.ac.in/doaa/data/UG-Manual.pdf")
43
+ # app.add("student_data.student_data.json")
44
 
45
  def query(message, history):
46
  answer = app.query(message)