Update solutions/web_crawl_Q&A/web-qa.py

This commit is contained in:
Logan Kilpatrick 2023-02-03 15:43:22 -06:00 committed by GitHub
parent b87c10dbf7
commit 8a15eea7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,7 @@ def answer_question(
return ""
################################################################################
### Step 12
### Step 13
################################################################################
print(answer_question(df, question="What day is it?", debug=False))