Update app.py
Browse files
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
|
13 |
-
gr.Slider(10,
|
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 |
|