Smiley0707 commited on
Commit
700478d
1 Parent(s): 5532cf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -101,7 +101,6 @@ chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
101
 
102
  with gr.Blocks(css=CSS, theme="soft") as demo:
103
  gr.HTML(TITLE)
104
- gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
105
  gr.ChatInterface(
106
  fn=stream_chat,
107
  chatbot=chatbot,
 
101
 
102
  with gr.Blocks(css=CSS, theme="soft") as demo:
103
  gr.HTML(TITLE)
 
104
  gr.ChatInterface(
105
  fn=stream_chat,
106
  chatbot=chatbot,