목록파이썬 (2)
Creative Code
import requestsimport pandas as pdimport numpy as npimport timefrom datetime import datetime, timedeltafrom sklearn.preprocessing import MinMaxScalerfrom tensorflow.keras.models import Sequentialfrom tensorflow.keras.layers import LSTM, Densefrom pytz import timezonedef fetch_bithumb_data(coin_symbol, save_path): """ 특정 코인의 1분 간격 데이터를 최근 3일 간 수집하여 CSV로 저장 """ base_url = "https://api...

--> 로그인화면의 배경화면을 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..