This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import streamlit as st | |
| import sqlite3 | |
| import pandas as pd | |
| import datetime | |
| # ========================================================== | |
| # 【頂端配置】 | |
| # ========================================================== | |
| st.set_page_config( | |
| page_title="美立固精機 PARAMILL | 智能計算系統 Intelligent System", |