Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
89af5d6
1
Parent(s):
3c76dd4
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,6 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
143 |
with gr.Column():
|
144 |
msg = gr.Textbox(
|
145 |
label="Chat Message Box",
|
146 |
-
value="Welcome to our gpt-3 assistant ... Ask any thing its quite clever :-)"
|
147 |
placeholder="Chat Message Box",
|
148 |
show_label=False,
|
149 |
).style(container=False)
|
|
|
143 |
with gr.Column():
|
144 |
msg = gr.Textbox(
|
145 |
label="Chat Message Box",
|
|
|
146 |
placeholder="Chat Message Box",
|
147 |
show_label=False,
|
148 |
).style(container=False)
|