Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,9 @@ def main():
|
|
| 153 |
source = res['source']
|
| 154 |
st.write("**Sources**:")
|
| 155 |
for url in res['source']:
|
| 156 |
-
st.markdown(f"- [{url}]({url})
|
|
|
|
|
|
|
| 157 |
|
| 158 |
except Exception as e:
|
| 159 |
logger.error(f"Search error: {str(e)}")
|
|
|
|
| 153 |
source = res['source']
|
| 154 |
st.write("**Sources**:")
|
| 155 |
for url in res['source']:
|
| 156 |
+
st.markdown(f"- [{url}]({url})")
|
| 157 |
+
|
| 158 |
+
st.write(f"[Google Scholar Search](https://scholar.google.com/scholar?q={quote(res['title'])})")
|
| 159 |
|
| 160 |
except Exception as e:
|
| 161 |
logger.error(f"Search error: {str(e)}")
|