aixsatoshi
commited on
Commit
•
d29f354
1
Parent(s):
579ca70
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ chatbot = gr.Chatbot(height=500)
|
|
86 |
with gr.Blocks(css=CSS) as demo:
|
87 |
gr.HTML(TITLE)
|
88 |
gr.HTML(DESCRIPTION)
|
|
|
89 |
gr.ChatInterface(
|
90 |
fn=stream_chat,
|
91 |
chatbot=chatbot,
|
|
|
86 |
with gr.Blocks(css=CSS) as demo:
|
87 |
gr.HTML(TITLE)
|
88 |
gr.HTML(DESCRIPTION)
|
89 |
+
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
90 |
gr.ChatInterface(
|
91 |
fn=stream_chat,
|
92 |
chatbot=chatbot,
|