Update frequently_asked_questions.py
Browse files
frequently_asked_questions.py
CHANGED
@@ -13,7 +13,7 @@ instruction_text_faq = f"""
|
|
13 |
"""
|
14 |
|
15 |
# Frequently Asked Questions in QA form
|
16 |
-
|
17 |
"instruction" = instruction_text_faq,
|
18 |
"questions_and_answers": [
|
19 |
{
|
|
|
13 |
"""
|
14 |
|
15 |
# Frequently Asked Questions in QA form
|
16 |
+
faq = {
|
17 |
"instruction" = instruction_text_faq,
|
18 |
"questions_and_answers": [
|
19 |
{
|