Skip to content

Commit 83b0a7f

Browse files
committed
removed wrongly left code in backend
1 parent 75abdc4 commit 83b0a7f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

QuestionAnswerVirtualAssistant/backend.py

-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
class QuesAnsVirtualAssistant:
2-
"""
3-
Used for question-answering
4-
5-
We want a table like this
6-
id | Question | Answer
7-
8-
Programmatically represented as
9-
{
10-
id: {question: ..., answer: ...}
11-
}
12-
"""
13-
pass
14-
15-
16-
17-
18-
19-
20-
21-
22-
231
import sqlite3
242
import json
253
import pandas as pd

0 commit comments

Comments
 (0)