Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Theming
You can use a few environment variables to customize the look and feel of Chat UI. These are by default:
PUBLIC_APP_NAME=ChatUI
PUBLIC_APP_ASSETS=chatui
PUBLIC_APP_COLOR=blue
PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
PUBLIC_APP_DATA_SHARING=
PUBLIC_APP_DISCLAIMER=
- PUBLIC_APP_NAMEThe name used as a title throughout the app.
- PUBLIC_APP_ASSETSIs used to find logos & favicons in- static/$PUBLIC_APP_ASSETS, current options are- chatuiand- huggingchat.
- PUBLIC_APP_COLORCan be any of the tailwind colors.
- PUBLIC_APP_DATA_SHARINGCan be set to 1 to add a toggle in the user settings that lets your users opt-in to data sharing with models creator.
- PUBLIC_APP_DISCLAIMERIf set to 1, we show a disclaimer about generated outputs on login.
