Arjun Singh commited on
Commit
64eb1bf
·
1 Parent(s): 7dfdcc5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def clear_fields():
26
 
27
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
28
  gr.Markdown("<center><h2>Arjun's Chatbot</h2></center>")
29
- gr.Markdown("Hi there! I'm an AI assistant tasked with answering one question at a time. I'm instructed to provide complete and truthful responses, without any harmful or biased content. I have some memory issues which are work in progress, so I cannot remember previous conversations, yet! In order to get a response, please provide your Hugging Face (HF) API Token along with your question. This token is unique for every HF user and can be found at [Access Tokens](https://huggingface.co/settings/tokens). Happy Chatting!")
30
  prompt = gr.Textbox(label='Question', lines=2, max_lines=5, placeholder = 'Type your question here.')
31
 
32
  with gr.Group():
 
26
 
27
  with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
28
  gr.Markdown("<center><h2>Arjun's Chatbot</h2></center>")
29
+ gr.Markdown("Hi there! I'm an AI assistant tasked with answering one question at a time. I'm instructed to provide complete and truthful responses, without any harmful or biased content. I have some memory issues which are work in progress, so I cannot remember previous conversations, yet!. Happy Chatting!")
30
  prompt = gr.Textbox(label='Question', lines=2, max_lines=5, placeholder = 'Type your question here.')
31
 
32
  with gr.Group():