Notice
Recent Posts
Recent Comments
250x250
목록지도 (1)
Creative Code
Lunar-(8)로그인화면,지도기능 업데이트(지도 표시, 지도 키워드 검색, 자동차 길찾기 기능)
--> 로그인화면의 배경화면을 gif 파일로 수정 ※pages/login.py 코드 """Login page. Uses auth_layout to render UI shared with the sign up page.""" import reflex as rx from lunar.state.auth import AuthState def login(): return rx.container( rx.container(height='150px'), rx.hstack( # rx.vstack( # rx.container(height='30px'), # rx.image( # src = '/space2.jpg', # ), # width = '500px', # height= '100%', # ), # rx.containe..
Projects
2023. 12. 20. 01:26