hamz011 commited on
Commit
043541f
1 Parent(s): 2bc4281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ def respond(
43
 
44
  demo = gr.ChatInterface(
45
  respond,
 
46
  additional_inputs=[
47
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
48
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
43
 
44
  demo = gr.ChatInterface(
45
  respond,
46
+ title="Friendly Chatbot",
47
  additional_inputs=[
48
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
49
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),