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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -131,10 +131,10 @@ 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. When you enter a message"
135
- " into the chat, 1. we fetch a relevant page from the Arthur documentation (shown on the left) "
136
- "and 2. we prompt the Arthur LLM (shown on the right) to answer your question using the page. "
137
- "The LLM'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>")
139
  with gr.Column():
140
  openai_api_key_textbox = gr.Textbox(
@@ -160,7 +160,7 @@ def launch_ask_arthur(share=False):
160
  "What default drift metrics does Arthur for deployed models?",
161
  "How do I integrate Arthur with my existing ML stack?",
162
  "How does Arthur monitor models without ground truth?",
163
- "Can you explain the following error message: ",
164
  ],
165
  inputs=message,
166
  )
 
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>")
139
  with gr.Column():
140
  openai_api_key_textbox = gr.Textbox(
 
160
  "What default drift metrics does Arthur for deployed models?",
161
  "How do I integrate Arthur with my existing ML stack?",
162
  "How does Arthur monitor models without ground truth?",
163
+ "What if my data is proprietary, can I still use Arthur?",
164
  ],
165
  inputs=message,
166
  )