linx5o commited on
Commit
49c0239
1 Parent(s): 69fee00

add demo video link to control panel description

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -790,6 +790,8 @@ with gr.Blocks() as demo:
790
  </a>
791
  """)
792
  gr.Markdown("This is a control panel for the [Pioreactor](https://pioreactor.com/en-ca). You can use this to control the Pioreactor. You can also view the status of the Pioreactor and view graphs of the data. To use a custom Pioreactor, click on the Custom tab.")
 
 
793
 
794
  gr.Image("pioreactor.webp")
795
 
 
790
  </a>
791
  """)
792
  gr.Markdown("This is a control panel for the [Pioreactor](https://pioreactor.com/en-ca). You can use this to control the Pioreactor. You can also view the status of the Pioreactor and view graphs of the data. To use a custom Pioreactor, click on the Custom tab.")
793
+
794
+ gr.Markdown("A demo video of the Pioreactor Control Panel is available [here](https://www.youtube.com/watch?v=Xox2XnA9cyI).")
795
 
796
  gr.Image("pioreactor.webp")
797