Spaces:
Runtime error
Runtime error
student search removed
Browse files
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)
|