Spaces:
Sleeping
Sleeping
changing sources to f string
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def respond(message, history):
|
|
| 86 |
yield response
|
| 87 |
|
| 88 |
usedSections = list(dict.fromkeys(topSections))
|
| 89 |
-
citation = "\n\n
|
| 90 |
yield response + citation
|
| 91 |
|
| 92 |
custom_css = """
|
|
|
|
| 86 |
yield response
|
| 87 |
|
| 88 |
usedSections = list(dict.fromkeys(topSections))
|
| 89 |
+
citation = f"\n\n *📋 Sources: {usedSections}*"
|
| 90 |
yield response + citation
|
| 91 |
|
| 92 |
custom_css = """
|