DeepLearning101 commited on
Commit
e965db3
·
verified ·
1 Parent(s): f401a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def update_time_slots(date_str):
42
  except:
43
  return gr.update(choices=[]), "日期格式錯誤"
44
 
45
- slots = ["18:00", "18:30", "19:00", "19:30", "20:00", "20:30",
46
  "21:00", "21:30", "22:00", "22:30", "23:00", "23:30",
47
  "00:00", "00:30", "01:00"]
48
 
 
42
  except:
43
  return gr.update(choices=[]), "日期格式錯誤"
44
 
45
+ slots = ["18:30", "19:00", "19:30", "20:00", "20:30",
46
  "21:00", "21:30", "22:00", "22:30", "23:00", "23:30",
47
  "00:00", "00:30", "01:00"]
48