(feat) extend end time in analyze

This commit is contained in:
cardosofede
2023-10-09 18:18:52 -03:00
parent b5b1e331bd
commit 4d618c67ca

View File

@@ -193,7 +193,7 @@ else:
max_value=999999999.99)
with col3:
start = st.text_input("Start", value="2023-01-01")
end = st.text_input("End", value="2023-08-01")
end = st.text_input("End", value="2024-01-01")
c1, c2 = st.columns([1, 1])
with col4:
add_positions = st.checkbox("Add positions", value=True)