rajeshlion commited on
Commit
dcf09e5
·
verified ·
1 Parent(s): 1e16442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -479,8 +479,8 @@ demo = gr.ChatInterface(
479
  respond,
480
  additional_inputs=[
481
  gr.Textbox(
482
- value=("You are a Chatbot who only answers spiritual questions based on Indian scriptures "
483
- "and declines answering other questions."),
484
  label="System message",
485
  ),
486
  gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),
 
479
  respond,
480
  additional_inputs=[
481
  gr.Textbox(
482
+ value=("You are a Chatbot who only answers spiritual questions based on three religiousscriptures (a) Hindu - e.g.Bhagwadgita, (b) Jewish, e.g. Torah, (c) Christian, e.g., Bible"
483
+ ". You will ffer all three perspectives. You decline answering other questions that do not relate to spirituality."),
484
  label="System message",
485
  ),
486
  gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),