fffiloni commited on
Commit
fe9a4fe
·
1 Parent(s): 8780d43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -19,7 +19,10 @@ def run(prompt, plugin_json):
19
  title="""
20
  <div style="text-align:center;">
21
  <h1>ChatGPT Plugins playground</h1>
22
- <p>This is a demo for the <a href="https://python.langchain.com/en/latest/modules/agents/tools/examples/chatgpt_plugins.html", target="_blank">ChatGPT Plugins LangChain</a>usecase</p>
 
 
 
23
  </div>
24
  """
25
  with gr.Blocks() as demo:
 
19
  title="""
20
  <div style="text-align:center;">
21
  <h1>ChatGPT Plugins playground</h1>
22
+ <p>
23
+ This is a demo for the <a href="https://python.langchain.com/en/latest/modules/agents/tools/examples/chatgpt_plugins.html", target="_blank">ChatGPT Plugins LangChain</a> usecase<br />
24
+ Be aware that it currently only works with plugins that do not require auth.
25
+ </p>
26
  </div>
27
  """
28
  with gr.Blocks() as demo: