Spaces:
Sleeping
Sleeping
(hopefully) fixing source italics
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* 📋 Sources: " + ", ".join(usedSections) + "*"
|
| 90 |
yield response + citation
|
| 91 |
|
| 92 |
custom_css = """
|
|
|
|
| 86 |
yield response
|
| 87 |
|
| 88 |
usedSections = list(dict.fromkeys(topSections))
|
| 89 |
+
citation = "\n\n\* 📋 Sources: " + ", ".join(usedSections) + "*"
|
| 90 |
yield response + citation
|
| 91 |
|
| 92 |
custom_css = """
|