File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 ui_header ,
1515 ui_lockout_reset ,
1616 ui_model_params ,
17+ ui_tab ,
1718 ui_upload_docs ,
1819)
1920from helper .user_management import (
2425)
2526
2627
27- ### session initialization/login
28+ # tab icon and text
29+ ui_tab ()
30+
2831
32+ ### session initialization/login
2933
3034determine_availability ()
3135
Original file line number Diff line number Diff line change 88from helper .user_management import clear_models , record_use , update_server_state
99
1010
11+ def ui_tab ():
12+ "tab title and icon"
13+ st .set_page_config (
14+ page_title = "Local LLM" ,
15+ page_icon = "https://www.svgrepo.com/show/375527/ai-platform.svg" ,
16+ )
17+
18+
1119def import_styles ():
1220 "import styles sheet and determine avatars of users"
1321 with open ("styles/style.css" ) as css :
You can’t perform that action at this time.
0 commit comments