Testys commited on
Commit
5240191
·
verified ·
1 Parent(s): a911b4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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}) | [Google Scholar Search](https://scholar.google.com/scholar?q={quote(res['title'])})")
 
 
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)}")