hysts HF staff commited on
Commit
3ab5f23
·
1 Parent(s): 015e995
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -127,7 +127,6 @@ chat_interface = gr.ChatInterface(
127
 
128
  with gr.Blocks(css_paths="style.css", fill_height=True) as demo:
129
  gr.Markdown(DESCRIPTION)
130
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
131
  chat_interface.render()
132
 
133
  if __name__ == "__main__":
 
127
 
128
  with gr.Blocks(css_paths="style.css", fill_height=True) as demo:
129
  gr.Markdown(DESCRIPTION)
 
130
  chat_interface.render()
131
 
132
  if __name__ == "__main__":