Spaces:
Sleeping
Sleeping
redkye2
commited on
Commit
·
bcb7dd6
1
Parent(s):
d0bd7d9
test
Browse files
app.py
CHANGED
@@ -124,8 +124,7 @@ def main():
|
|
124 |
page_icon=":books:")
|
125 |
st.write(css, unsafe_allow_html=True)
|
126 |
|
127 |
-
|
128 |
-
st.chat_input = None
|
129 |
if "chat_history" not in st.session_state:
|
130 |
st.session_state.chat_history = None
|
131 |
|
|
|
124 |
page_icon=":books:")
|
125 |
st.write(css, unsafe_allow_html=True)
|
126 |
|
127 |
+
st.chat_input = None
|
|
|
128 |
if "chat_history" not in st.session_state:
|
129 |
st.session_state.chat_history = None
|
130 |
|