App for searching the arxiv & it checks for valid Github links!

@robmarkcole after some reasearch I see that it currently not possible to show links in st.dataframe, here is a link to github issue: Display clickable links in st.dataframe or st.table · Issue #983 · streamlit/streamlit · GitHub it is in open status.

As for workarounds it seems that there three options:

  1. Use static table
  2. Use plotly
  3. Use AgGrid

all of above discussed here: How to display a clickable link pandas dataframe - #2 by mathcatsand