Nymbo commited on
Commit
8d77711
·
verified ·
1 Parent(s): c9a8043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -135,7 +135,6 @@ chatbot = gr.Chatbot(height=600, placeholder=DESCRIPTION)
135
 
136
  with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
137
  gr.HTML(TITLE)
138
- gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
139
  gr.ChatInterface(
140
  fn=stream_chat,
141
  chatbot=chatbot,
 
135
 
136
  with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
137
  gr.HTML(TITLE)
 
138
  gr.ChatInterface(
139
  fn=stream_chat,
140
  chatbot=chatbot,