misbah1955 commited on
Commit
6ae9f4d
1 Parent(s): 0c8610d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,9 +179,9 @@ with block:
179
  chat_history_state = gr.State()
180
  instruction_prompt_out = gr.State()
181
 
182
- gr.Markdown("<h1><center>Lightweight PDF / web page QA bot</center></h1>")
183
 
184
- gr.Markdown("Chat with PDF, web page or (new) csv/Excel documents. The default is a small model (Flan Alpaca), that can only answer specific questions that are answered in the text. It cannot give overall impressions of, or summarise the document. The alternative (Mistral Open Orca (larger, slow)), can reason a little better, but is much slower (See Advanced tab).\n\nBy default the Lambeth Borough Plan '[Lambeth 2030 : Our Future, Our Lambeth](https://www.lambeth.gov.uk/better-fairer-lambeth/projects/lambeth-2030-our-future-our-lambeth)' is loaded. If you want to talk about another document or web page, please select from the second tab. If switching topic, please click the 'Clear chat' button.\n\nCaution: This is a public app. Please ensure that the document you upload is not sensitive is any way as other users may see it! Also, please note that LLM chatbots may give incomplete or incorrect information, so please use with care.")
185
 
186
  with gr.Row():
187
  current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)
 
179
  chat_history_state = gr.State()
180
  instruction_prompt_out = gr.State()
181
 
182
+ gr.Markdown("<h1><center>Chat with Misbahuddin Classroom</center></h1>")
183
 
184
+ gr.Markdown("Ask any question of pharmacology of 10 drugs. However, there are some limitations.")
185
 
186
  with gr.Row():
187
  current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)