StevenChen16 commited on
Commit
122bfdd
·
verified ·
1 Parent(s): 785c510

delete "Duplicate Space for private use"

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInte
108
 
109
  with gr.Blocks(css=css) as demo:
110
  gr.Markdown(DESCRIPTION)
111
- gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
112
  gr.ChatInterface(
113
  fn=query_model,
114
  chatbot=chatbot,
 
108
 
109
  with gr.Blocks(css=css) as demo:
110
  gr.Markdown(DESCRIPTION)
 
111
  gr.ChatInterface(
112
  fn=query_model,
113
  chatbot=chatbot,