Spaces:
Runtime error
Runtime error
Student search added
Browse files- app.py +1 -0
- student_data.student_data.json +0 -0
app.py
CHANGED
@@ -40,6 +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 |
|
44 |
def query(message, history):
|
45 |
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)
|
student_data.student_data.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|