Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
0e42ee2
1
Parent(s):
0ea4aed
Add wide layout configuration to Streamlit app for improved user experience
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
@@ -4,6 +4,8 @@ import requests
|
|
4 |
import math
|
5 |
import streamlit as st
|
6 |
|
|
|
|
|
7 |
Dwain_proj = 'https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2025_NFL_Proj_Dist'
|
8 |
dwain_ranks = 'https://sheetdb.io/api/v1/ax8b1ms11bbzt?sheet=Dwain_Season'
|
9 |
|
|
|
4 |
import math
|
5 |
import streamlit as st
|
6 |
|
7 |
+
st.set_page_config(layout="wide")
|
8 |
+
|
9 |
Dwain_proj = 'https://sheetdb.io/api/v1/svino07zkd6j6?sheet=2025_NFL_Proj_Dist'
|
10 |
dwain_ranks = 'https://sheetdb.io/api/v1/ax8b1ms11bbzt?sheet=Dwain_Season'
|
11 |
|