davidmezzetti commited on
Commit
db0134e
·
verified ·
1 Parent(s): 524f396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -436,6 +436,12 @@ class Application:
436
  Runs a Streamlit application.
437
  """
438
 
 
 
 
 
 
 
439
  st.title("⚾ Baseball Stats")
440
  st.markdown(
441
  """
 
436
  Runs a Streamlit application.
437
  """
438
 
439
+ st.set_page_config(
440
+ layout="wide",
441
+ page_title="Baseball Stats",
442
+ page_icon="⚾"
443
+ )
444
+
445
  st.title("⚾ Baseball Stats")
446
  st.markdown(
447
  """