fix: build error

pull/10/head
sean1832 1 year ago
parent 945ef71c80
commit 5cb177af83

@ -135,7 +135,7 @@ with body:
with col1:
send = st.button(_('📩Send'))
with col2:
if os.path.exists(INFO.CURRENT_LOG_FILE):
if os.path.exists(CURRENT_LOG_FILE):
st_tool.download_as()
# execute brain calculation
if not question == '' and send:

Loading…
Cancel
Save