Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,9 +89,9 @@ 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)
|
| 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 |
|
| 97 |
if not access_token:
|
|
|
|
| 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 |
|
| 97 |
if not access_token:
|