Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,19 +50,26 @@ def query_ins(query):
|
|
50 |
|
51 |
# β
Predefined questions
|
52 |
paul_questions = [
|
|
|
53 |
"What is the main purpose of writing, according to Paul Graham?",
|
54 |
"Why do students often struggle with writing in school?",
|
55 |
"How does Paul Graham describe the relationship between writing and thinking?",
|
56 |
"What is one reason Paul Graham gives for why school essays feel boring?",
|
57 |
"What does Paul Graham suggest writers should focus on first?"
|
|
|
|
|
58 |
]
|
59 |
|
60 |
insurance_questions = [
|
|
|
61 |
"What is insurance and why is it important?",
|
62 |
-
"What types of insurance are common?",
|
63 |
-
"How does life insurance work?",
|
64 |
-
"What is the difference between premium and coverage?",
|
65 |
"What should you check before buying insurance?"
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
]
|
67 |
|
68 |
# β
Gradio interface
|
|
|
50 |
|
51 |
# β
Predefined questions
|
52 |
paul_questions = [
|
53 |
+
|
54 |
"What is the main purpose of writing, according to Paul Graham?",
|
55 |
"Why do students often struggle with writing in school?",
|
56 |
"How does Paul Graham describe the relationship between writing and thinking?",
|
57 |
"What is one reason Paul Graham gives for why school essays feel boring?",
|
58 |
"What does Paul Graham suggest writers should focus on first?"
|
59 |
+
"What is the link between curiosity and writing?"
|
60 |
+
"How can one write more clearly according to Paul Graham?"
|
61 |
]
|
62 |
|
63 |
insurance_questions = [
|
64 |
+
|
65 |
"What is insurance and why is it important?",
|
|
|
|
|
|
|
66 |
"What should you check before buying insurance?"
|
67 |
+
"What are the primary types of insurance?",
|
68 |
+
"What is health insurance and what does it cover",
|
69 |
+
"How does life insurance differ from term insurance?",
|
70 |
+
"What is the difference between premium and coverage?",
|
71 |
+
"How is insurance regulated?"
|
72 |
+
|
73 |
]
|
74 |
|
75 |
# β
Gradio interface
|