Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def main():
|
|
63 |
|
64 |
# Display the AI response in a collapsible section
|
65 |
with st.expander("Show Full Response"):
|
66 |
-
display_sources(response
|
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(response)
|
67 |
|
68 |
if __name__ == "__main__":
|
69 |
main()
|