Testys commited on
Commit
b6f77f0
·
verified ·
1 Parent(s): 1365143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(title="🚗 Drive Paddy – Drowsiness Detection", theme=gr.theme
220
  with gr.Tabs():
221
  with gr.TabItem("About this App"):
222
  create_readme_tab()
223
- with gr.TabItem("Live Detection"):
224
  create_detection_tab()
225
 
226
  if __name__ == "__main__":
 
220
  with gr.Tabs():
221
  with gr.TabItem("About this App"):
222
  create_readme_tab()
223
+ with gr.TabItem("Live Detection"):
224
  create_detection_tab()
225
 
226
  if __name__ == "__main__":