saihv commited on
Commit
e9c3184
1 Parent(s): d186e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def display_prompt(show, prompt_type):
86
  with gr.Blocks() as demo:
87
  gr.Markdown("""<h3><center>ChatGPT + Robotics</center></h3>""")
88
  gr.Markdown(
89
- "This is a companion app to the work [ChatGPT for Robotics: Design Principles and Model Abilities](https://aka.ms/ChatGPT-Robotics). See [README](README.md) for instructions.")
90
 
91
  if not access_token:
92
  gr.Markdown("""<h4>Login to ChatGPT</h4>""")
86
  with gr.Blocks() as demo:
87
  gr.Markdown("""<h3><center>ChatGPT + Robotics</center></h3>""")
88
  gr.Markdown(
89
+ "This is a companion app to the work [ChatGPT for Robotics: Design Principles and Model Abilities](https://aka.ms/ChatGPT-Robotics). See [README](https://huggingface.co/spaces/microsoft/ChatGPT-Robotics/blob/main/README.md) for instructions.")
90
 
91
  if not access_token:
92
  gr.Markdown("""<h4>Login to ChatGPT</h4>""")