theostos commited on
Commit
478f204
1 Parent(s): 2f025da

add better description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.ChatInterface(
55
  respond,
56
  title="zLlamask",
57
  description="Please enter your message. Add privacy tags ( \<sensitive\>...\<\/sensitive\>) around the words you want to hide. Only the most recent message submitted will be taken into account (no history is retained)",
 
58
  additional_inputs=[
59
  gr.Slider(minimum=1, maximum=128, value=32, step=1, label="Max new tokens"),
60
  gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
 
55
  respond,
56
  title="zLlamask",
57
  description="Please enter your message. Add privacy tags ( \<sensitive\>...\<\/sensitive\>) around the words you want to hide. Only the most recent message submitted will be taken into account (no history is retained)",
58
+ chatbot=gr.Chatbot(placeholder='Please enter your message. Add privacy tags ( \<sensitive\>...\<\/sensitive\>) around the words you want to hide. Only the most recent message submitted will be taken into account (no history is retained)\n\n\nExample: What is the \<sensitive\>capital\</sensitive\> of \<sensitive\>Tonga\</sensitive\>?'),
59
  additional_inputs=[
60
  gr.Slider(minimum=1, maximum=128, value=32, step=1, label="Max new tokens"),
61
  gr.Slider(minimum=0.1, maximum=1.0, value=0.7, step=0.1, label="Temperature"),