added colab badge
Browse files
app.py
CHANGED
@@ -269,6 +269,7 @@ def process_user_auth(command, user_id, gripper_value, gripper_speed, angle1, an
|
|
269 |
|
270 |
with gr.Blocks(css=CSS) as app:
|
271 |
gr.Markdown("# MyCobot 280pi MQTT Control Demo")
|
|
|
272 |
gr.Markdown("This is a demo that uses the MQTT protocol to communicate with the MyCobot 280pi over the internet. You can remotely send commands to the cobot and query it's current status.")
|
273 |
|
274 |
with gr.Row():
|
|
|
269 |
|
270 |
with gr.Blocks(css=CSS) as app:
|
271 |
gr.Markdown("# MyCobot 280pi MQTT Control Demo")
|
272 |
+
gr.Markdown("[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AccelerationConsortium/ac-training-lab/blob/cobot-usage-docs/src/ac_training_lab/cobot280pi/gradio-client-demo.ipynb)")
|
273 |
gr.Markdown("This is a demo that uses the MQTT protocol to communicate with the MyCobot 280pi over the internet. You can remotely send commands to the cobot and query it's current status.")
|
274 |
|
275 |
with gr.Row():
|