James McCool
commited on
Commit
·
ee74e6c
1
Parent(s):
fccc635
wide mode
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import streamlit as st
|
|
| 5 |
import gspread
|
| 6 |
from itertools import combinations
|
| 7 |
import time
|
|
|
|
| 8 |
|
| 9 |
@st.cache_resource
|
| 10 |
def init_conn():
|
|
|
|
| 5 |
import gspread
|
| 6 |
from itertools import combinations
|
| 7 |
import time
|
| 8 |
+
st.set_page_config(layout="wide")
|
| 9 |
|
| 10 |
@st.cache_resource
|
| 11 |
def init_conn():
|