linx5o commited on
Commit
9fa6d0c
·
1 Parent(s): 239990a

update control panel description to include link to Pioreactor website

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -791,7 +791,7 @@ with gr.Blocks() as demo:
791
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
792
  </a>
793
  """)
794
- gr.Markdown("This is a control panel for the Pioreactor. 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.")
795
 
796
  gr.Interface(
797
  fn=show_image,
 
791
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
792
  </a>
793
  """)
794
+ 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.")
795
 
796
  gr.Interface(
797
  fn=show_image,