Spaces:
Sleeping
Sleeping
Commit
·
bfbec74
1
Parent(s):
eaaf53b
Update app.py
Browse files
app.py
CHANGED
@@ -105,6 +105,7 @@ with gr.Blocks() as demo:
|
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
with gr.Group():
|
|
|
108 |
with gr.Row():
|
109 |
textbox = gr.Textbox(
|
110 |
container=False,
|
|
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
with gr.Group():
|
108 |
+
chatbot = gr.Chatbot(label='Playground')
|
109 |
with gr.Row():
|
110 |
textbox = gr.Textbox(
|
111 |
container=False,
|