Zihao Wang
commited on
Commit
·
ba10510
1
Parent(s):
6ef3319
remove utisl
Browse files
app.py
CHANGED
@@ -322,8 +322,6 @@ def rat(question):
|
|
322 |
return draft, answer
|
323 |
# return answer
|
324 |
|
325 |
-
from utils import *
|
326 |
-
|
327 |
page_title = "RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation"
|
328 |
page_md = """
|
329 |
# RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation
|
|
|
322 |
return draft, answer
|
323 |
# return answer
|
324 |
|
|
|
|
|
325 |
page_title = "RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation"
|
326 |
page_md = """
|
327 |
# RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation
|