sunnyday910 commited on
Commit
b1becf0
·
verified ·
1 Parent(s): 701d31a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ class State(TypedDict):
64
 
65
  def search_wikipedia(state):
66
 
67
- """ Retrieve docs from wikipedia """
68
 
69
  # Search
70
  search_docs = WikipediaLoader(query=state['question'],
 
64
 
65
  def search_wikipedia(state):
66
 
67
+ """ Retrieve docs from wikipedia """
68
 
69
  # Search
70
  search_docs = WikipediaLoader(query=state['question'],