Pneptune commited on
Commit
78ef0c5
·
1 Parent(s): eef0acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def echo(message, history, system_prompt, tokens):
9
 
10
  demo = gr.ChatInterface(echo,
11
  additional_inputs=[
12
- gr.Textbox("You are helpful AI.", label="System Prompt"),
13
- gr.Slider(10, 100)
14
  ]
15
  )
16
 
 
9
 
10
  demo = gr.ChatInterface(echo,
11
  additional_inputs=[
12
+ gr.Textbox("You are a helpful Creator.", label="Alright"),
13
+ gr.Slider(10, 300)
14
  ]
15
  )
16