Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update note for inc
Browse files- src/utils/writer.py +1 -0
src/utils/writer.py
CHANGED
@@ -23,6 +23,7 @@ def typewriter(text: str, references: list, speed: int, app: str = "inc"):
|
|
23 |
curr_full_text += "\n **Note:** \n"
|
24 |
curr_full_text += "\n"
|
25 |
curr_full_text += "If the answer is that no response is possible, you may consider applying a different filter. \n"
|
|
|
26 |
container.markdown(curr_full_text)
|
27 |
|
28 |
curr_full_text += "\n **References** \n"
|
|
|
23 |
curr_full_text += "\n **Note:** \n"
|
24 |
curr_full_text += "\n"
|
25 |
curr_full_text += "If the answer is that no response is possible, you may consider applying a different filter. \n"
|
26 |
+
curr_full_text += "\n While the generated answers take into account up to eight documents at a time due to technical limitations, the answer may therefore be incomplete. Please narrow down the selection of countries/associations using the filters if possible. users can still access the full set of filtered documents via direct links for comprehensive exploration. \n"
|
27 |
container.markdown(curr_full_text)
|
28 |
|
29 |
curr_full_text += "\n **References** \n"
|