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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,10 +218,10 @@ def create_detection_tab():
218
  with gr.Blocks(title="πŸš— Drive Paddy – Drowsiness Detection", theme=gr.themes.Soft()) as app:
219
  gr.Markdown("# πŸš— **Drive Paddy**")
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__":
227
  logging.info("Launching Gradio app…")
 
218
  with gr.Blocks(title="πŸš— Drive Paddy – Drowsiness Detection", theme=gr.themes.Soft()) as app:
219
  gr.Markdown("# πŸš— **Drive Paddy**")
220
  with gr.Tabs():
 
 
221
  with gr.TabItem("Live Detection"):
222
  create_detection_tab()
223
+ with gr.TabItem("About this App"):
224
+ create_readme_tab()
225
 
226
  if __name__ == "__main__":
227
  logging.info("Launching Gradio app…")