Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,6 +195,7 @@ footer = """
|
|
| 195 |
with gr.Blocks(css=CSS, theme="small_and_pretty") as demo:
|
| 196 |
gr.HTML(TITLE)
|
| 197 |
gr.HTML(EXPLANATION)
|
|
|
|
| 198 |
with gr.Tab("Chatbot"):
|
| 199 |
chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
|
| 200 |
gr.ChatInterface(
|
|
|
|
| 195 |
with gr.Blocks(css=CSS, theme="small_and_pretty") as demo:
|
| 196 |
gr.HTML(TITLE)
|
| 197 |
gr.HTML(EXPLANATION)
|
| 198 |
+
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
| 199 |
with gr.Tab("Chatbot"):
|
| 200 |
chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
|
| 201 |
gr.ChatInterface(
|