arad1367 commited on
Commit
bc9bf80
β€’
1 Parent(s): d3af075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(