azamat commited on
Commit
e19a91f
·
1 Parent(s): 03c648f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,6 @@ from weaviate_explorer import WeaviateExplorer
6
  weaviate_explorer = WeaviateExplorer()
7
 
8
  examples = [
9
- "Is my idea truly unique and solving a real problem?",
10
  "How can I validate my idea with potential customers?",
11
  "How much funding will I need to get started?",
12
  "What are the potential revenue streams and business models?",
@@ -25,7 +24,8 @@ examples = [
25
  "How can I optimize my pricing and revenue models for profitability?",
26
  "How can I develop and strengthen my leadership skills?",
27
  "How can I maintain a healthy work-life balance and avoid burnout?",
28
- "How can I maintain a strong company culture and values as we scale?"
 
29
  ]
30
 
31
  def search(query):
 
6
  weaviate_explorer = WeaviateExplorer()
7
 
8
  examples = [
 
9
  "How can I validate my idea with potential customers?",
10
  "How much funding will I need to get started?",
11
  "What are the potential revenue streams and business models?",
 
24
  "How can I optimize my pricing and revenue models for profitability?",
25
  "How can I develop and strengthen my leadership skills?",
26
  "How can I maintain a healthy work-life balance and avoid burnout?",
27
+ "How can I maintain a strong company culture and values as we scale?",
28
+ "Is my idea truly unique and solving a real problem?"
29
  ]
30
 
31
  def search(query):