Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,8 @@ def main():
|
|
63 |
|
64 |
# Display the AI response in a collapsible section
|
65 |
with st.expander("Show Full Response"):
|
66 |
-
|
|
|
67 |
|
68 |
if __name__ == "__main__":
|
69 |
main()
|
|
|
63 |
|
64 |
# Display the AI response in a collapsible section
|
65 |
with st.expander("Show Full Response"):
|
66 |
+
# Display sources with clickable links in a collapsible section
|
67 |
+
display_sources(response.get('sources', []))
|
68 |
|
69 |
if __name__ == "__main__":
|
70 |
main()
|