Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def fetch_response(query):
|
|
26 |
|
27 |
def display_sources(sources):
|
28 |
if sources:
|
29 |
-
for source in sources
|
30 |
st.markdown(f"[{source['title']}]({source['link']})", unsafe_allow_html=True)
|
31 |
else:
|
32 |
st.write("No sources available.")
|
|
|
26 |
|
27 |
def display_sources(sources):
|
28 |
if sources:
|
29 |
+
for source in sources:
|
30 |
st.markdown(f"[{source['title']}]({source['link']})", unsafe_allow_html=True)
|
31 |
else:
|
32 |
st.write("No sources available.")
|