Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import streamlit as st
|
|
5 |
import gspread
|
6 |
from itertools import combinations
|
7 |
|
|
|
|
|
8 |
@st.cache_resource
|
9 |
def init_conn():
|
10 |
scope = ['https://www.googleapis.com/auth/spreadsheets',
|
@@ -43,8 +45,6 @@ def init_conn():
|
|
43 |
|
44 |
gcservice_account, gcservice_account2 = init_conn()
|
45 |
|
46 |
-
st.set_page_config(layout="wide")
|
47 |
-
|
48 |
wrong_acro = ['AZ', 'WSN', 'TBR', 'KCR', 'SDP', 'CHW', 'SFG']
|
49 |
right_acro = ['ARI', 'WSH', 'TB', 'KC', 'SD', 'CWS', 'SF']
|
50 |
|
|
|
5 |
import gspread
|
6 |
from itertools import combinations
|
7 |
|
8 |
+
st.set_page_config(layout="wide")
|
9 |
+
|
10 |
@st.cache_resource
|
11 |
def init_conn():
|
12 |
scope = ['https://www.googleapis.com/auth/spreadsheets',
|
|
|
45 |
|
46 |
gcservice_account, gcservice_account2 = init_conn()
|
47 |
|
|
|
|
|
48 |
wrong_acro = ['AZ', 'WSN', 'TBR', 'KCR', 'SDP', 'CHW', 'SFG']
|
49 |
right_acro = ['ARI', 'WSH', 'TB', 'KC', 'SD', 'CWS', 'SF']
|
50 |
|