maxcembalest commited on
Commit
c2f0cda
·
1 Parent(s): 92b59f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ def launch_ask_arthur(share=False):
131
  with gr.Blocks() as demo:
132
  with gr.Row():
133
  gr.Markdown("<h1><center>Ask Arthur</center></h1><br><h7><center>"
134
- "This is an experimental document-retrieval question-answering system. <br> Step 1: paste your Open-AI API key and hit the Register button."
135
- "<br> Step 2: type in the chat (shown on the left), and when you enter a message we fetch a relevant page from the Arthur documentation (shown on the right) "
136
  "and prompt the Ask Arthur chatbot to answer your question using the page. "
137
  "The chatbot's answers are entirely unverified, but it can sometimes offer a helpful summary of a "
138
  "lot of information, or integrate information from multiple sources for you.</center></h7>")
 
131
  with gr.Blocks() as demo:
132
  with gr.Row():
133
  gr.Markdown("<h1><center>Ask Arthur</center></h1><br><h7><center>"
134
+ "This is an experimental document-retrieval question-answering system for asking questions about the Arthur product. <br> <br> Step 1: paste your OpenAI API key and hit the Register button."
135
+ "<br> <br> Step 2: type in the chat (shown on the left), and when you enter a message we fetch a relevant page from the Arthur documentation (shown on the right) "
136
  "and prompt the Ask Arthur chatbot to answer your question using the page. "
137
  "The chatbot's answers are entirely unverified, but it can sometimes offer a helpful summary of a "
138
  "lot of information, or integrate information from multiple sources for you.</center></h7>")