Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CL-lau/SQL-GPT
/ theme
Function
theme
components/theme.py:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
theme() -> None:
5
st.set_page_config(page_title=
"Document GPT"
)
6
st.image(
'./static/img/chatbot_v2.png'
, width=150)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected