Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,9 @@ def initialize_session_state():
|
|
53 |
if 'last_evaluated_dataset' not in st.session_state:
|
54 |
st.session_state.last_evaluated_dataset = None
|
55 |
|
|
|
56 |
def setup_api_clients():
|
57 |
-
|
58 |
with st.sidebar:
|
59 |
st.title("API Configuration")
|
60 |
|
|
|
53 |
if 'last_evaluated_dataset' not in st.session_state:
|
54 |
st.session_state.last_evaluated_dataset = None
|
55 |
|
56 |
+
initialize_session_state()
|
57 |
def setup_api_clients():
|
58 |
+
|
59 |
with st.sidebar:
|
60 |
st.title("API Configuration")
|
61 |
|