Rong6693 commited on
Commit
42b6b8d
Β·
verified Β·
1 Parent(s): f227ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ layout='wide'
10
 
11
  # εˆε§‹εŒ–
12
 
13
- if β€˜daily_usage’ not in st.session_state:
14
  st.session_state.daily_usage = 0
15
 
16
  # η°‘εŒ–ε‘”ηΎ…η‰Œ
 
10
 
11
  # εˆε§‹εŒ–
12
 
13
+ if 'daily_usage' not in st.session_state:
14
  st.session_state.daily_usage = 0
15
 
16
  # η°‘εŒ–ε‘”ηΎ…η‰Œ