Skip to content

Commit 8be408d

Browse files
committed
refactor: remove unnecessary calls to _scroll_to_bottom in main function
1 parent 8af5438 commit 8be408d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,9 +1864,6 @@ def main():
18641864
duration="long",
18651865
)
18661866

1867-
# TODO: vedere se elimanrla
1868-
_scroll_to_bottom()
1869-
18701867
logger.debug("Conversation is completed")
18711868

18721869
# Generate and display portfolio
@@ -1934,9 +1931,6 @@ def main():
19341931
"Your financial profile and PAC metrics have been extracted and analyzed."
19351932
)
19361933

1937-
# TODO: vedere se eliminare
1938-
_scroll_to_bottom()
1939-
19401934
# Financial Profile in an expanded section
19411935
with st.expander(
19421936
"📊 View Your Financial Profile & Summary", expanded=False
@@ -1949,7 +1943,6 @@ def main():
19491943
"- Click 'Clear Conversation' to start a new assessment or 'Change Provider' to start over"
19501944
)
19511945

1952-
# TODO: vedere se eliminare
19531946
_scroll_to_bottom()
19541947

19551948
else:

0 commit comments

Comments
 (0)