Spaces:
Runtime error
Runtime error
Dustin Haring
commited on
Commit
·
c1d40a5
1
Parent(s):
8b6ea20
Fixed title
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def google_fact_checker_prompt(user_input):
|
|
64 |
return prompt
|
65 |
|
66 |
def setup():
|
67 |
-
st.title('
|
68 |
|
69 |
search = TavilySearchAPIWrapper(tavily_api_key='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')
|
70 |
description = """"A search engine optimized for comprehensive, accurate, \
|
|
|
64 |
return prompt
|
65 |
|
66 |
def setup():
|
67 |
+
st.title('News Article Title or Statement Truth Evaluator')
|
68 |
|
69 |
search = TavilySearchAPIWrapper(tavily_api_key='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')
|
70 |
description = """"A search engine optimized for comprehensive, accurate, \
|