Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def load_css():
|
|
37 |
|
38 |
def initialize_session_state():
|
39 |
if "history" not in st.session_state:
|
40 |
-
st.session_state.history = []
|
41 |
if "token_count" not in st.session_state:
|
42 |
st.session_state.token_count = 0
|
43 |
if 'chain' not in st.session_state:
|
|
|
37 |
|
38 |
def initialize_session_state():
|
39 |
if "history" not in st.session_state:
|
40 |
+
st.session_state.history = [Message("ai", "μλ
νμΈμ, μ΄λ»κ² λμλ릴κΉμ?")]
|
41 |
if "token_count" not in st.session_state:
|
42 |
st.session_state.token_count = 0
|
43 |
if 'chain' not in st.session_state:
|