File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments