saihv commited on
Commit
4b3044f
1 Parent(s): 73feeaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ def display_prompt(show, prompt_type):
89
  with gr.Blocks() as demo:
90
  gr.Markdown("""<h3><center>ChatGPT + Robotics</center></h3>""")
91
  gr.Markdown(
92
- "This is a companion app to the work [ChatGPT for Robotics: Design Principles and Model Abilities](https://aka.ms/ChatGPT-Robotics). <br>
93
- This space allows you to work with ChatGPT to get it to generate code for robotics tasks, such as get a robot arm to manipulate objects, or have a drone fly around in a 3D world. <br>
94
  See [README](https://huggingface.co/spaces/microsoft/ChatGPT-Robotics/blob/main/README.md) for detailed instructions."
95
  )
96
 
89
  with gr.Blocks() as demo:
90
  gr.Markdown("""<h3><center>ChatGPT + Robotics</center></h3>""")
91
  gr.Markdown(
92
+ "This is a companion app to the work [ChatGPT for Robotics: Design Principles and Model Abilities](https://aka.ms/ChatGPT-Robotics).
93
+ This space allows you to work with ChatGPT to get it to generate code for robotics tasks, such as get a robot arm to manipulate objects, or have a drone fly around in a 3D world.
94
  See [README](https://huggingface.co/spaces/microsoft/ChatGPT-Robotics/blob/main/README.md) for detailed instructions."
95
  )
96