Spaces:
Sleeping
Sleeping
Commit
Β·
cc6929e
1
Parent(s):
f921e1c
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
84 |
elem_id='duplicate-button')
|
85 |
|
86 |
with gr.Group():
|
87 |
-
chatbot = gr.Chatbot(label='
|
88 |
with gr.Row():
|
89 |
textbox = gr.Textbox(
|
90 |
container=False,
|
|
|
84 |
elem_id='duplicate-button')
|
85 |
|
86 |
with gr.Group():
|
87 |
+
chatbot = gr.Chatbot(label='Playground')
|
88 |
with gr.Row():
|
89 |
textbox = gr.Textbox(
|
90 |
container=False,
|