Spaces:
Runtime error
Runtime error
AdamR commited on
Commit ·
fd009a7
1
Parent(s): 0c7c1ea
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from rag_benchmark import get_benchmark
|
|
| 6 |
|
| 7 |
|
| 8 |
title = "Prototype Temporal Augmented Retrieval (TAR)"
|
| 9 |
-
desc = "Database: 22.4k tweets related to finance dated from July 12,2018 to July 19,2018 - know more about the approach: [
|
| 10 |
|
| 11 |
|
| 12 |
with gr.Blocks(title=title,theme='nota-ai/theme') as demo:
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
title = "Prototype Temporal Augmented Retrieval (TAR)"
|
| 9 |
+
desc = "Database: 22.4k tweets related to finance dated from July 12,2018 to July 19,2018 - know more about the approach: [blog post](https://medium.com/@adam-rida/temporal-augmented-retrieval-tar-dynamic-rag-ad737506dfcc)\ncontact: adrida.github.io"
|
| 10 |
|
| 11 |
|
| 12 |
with gr.Blocks(title=title,theme='nota-ai/theme') as demo:
|