Jon Solow commited on
Commit
755c89e
·
1 Parent(s): b838c58

Update welcome page to link to rules for now

Browse files
Files changed (1) hide show
  1. src/Home.py +6 -7
src/Home.py CHANGED
@@ -9,14 +9,13 @@ def get_app():
9
  st.markdown(
10
  """
11
  Welcome!
12
-
13
- Navigate between pages using the left sidebar.
14
-
15
- If the sidebar is not visible, click the **>** in the upper left corner to open.
16
-
17
- """
18
- )
19
 
 
 
 
 
 
 
20
 
21
  if __name__ == "__main__":
22
  get_app()
 
9
  st.markdown(
10
  """
11
  Welcome!
 
 
 
 
 
 
 
12
 
13
+ Ready to play? - [Sign up here](./Set_Your_Lineup)
14
+
15
+ Additional Pool Rules can be found at this [worksheet](https://docs.google.com/spreadsheets/d/1aCxj383alEIpRSrROwY8vOMFDeVf175lcLUXm_I6Fok/edit?usp=sharing)
16
+
17
+ """
18
+ )
19
 
20
  if __name__ == "__main__":
21
  get_app()