Spaces:
Sleeping
Sleeping
Delete citations.py
Browse files- citations.py +0 -7
citations.py
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
def citation_block(result: dict) -> str:
|
| 2 |
-
return f"""---
|
| 3 |
-
Source: {result.get('source')}
|
| 4 |
-
Title: {result.get('title','Unknown')}
|
| 5 |
-
URL: {result.get('url')}
|
| 6 |
-
Retrieved: {result.get('retrieved_at','N/A')}
|
| 7 |
-
---"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|