azizalto commited on
Commit
74959f6
β€’
1 Parent(s): 27a3ddf
Files changed (1) hide show
  1. src/config.py +3 -1
src/config.py CHANGED
@@ -5,7 +5,9 @@ def APP_PAGE_HEADER():
5
  st.set_page_config(
6
  page_title="U.S. Patent", page_icon="πŸ”¬", layout="wide", initial_sidebar_state="collapsed"
7
  )
8
-
 
 
9
  hide_streamlit_style = """
10
  <style>
11
  #MainMenu {visibility: hidden;}
5
  st.set_page_config(
6
  page_title="U.S. Patent", page_icon="πŸ”¬", layout="wide", initial_sidebar_state="collapsed"
7
  )
8
+ st.markdown(
9
+ "### [U.S. Patent Phrase to Phrase Matching](https://www.kaggle.com/competitions/us-patent-phrase-to-phrase-matching)",
10
+ unsafe_allow_html=True)
11
  hide_streamlit_style = """
12
  <style>
13
  #MainMenu {visibility: hidden;}