nicolasdec commited on
Commit
40d2934
·
verified ·
1 Parent(s): 08d3dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -109,7 +109,6 @@ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='BotBot Cabra Llam
109
  with gr.Blocks(fill_height=True, css=css) as demo:
110
 
111
  gr.Markdown(DESCRIPTION)
112
- gr.DuplicateButton(value="Duplicar espaço", elem_id="duplicate-button")
113
  gr.ChatInterface(
114
  fn=chat_llama3_8b,
115
  chatbot=chatbot,
 
109
  with gr.Blocks(fill_height=True, css=css) as demo:
110
 
111
  gr.Markdown(DESCRIPTION)
 
112
  gr.ChatInterface(
113
  fn=chat_llama3_8b,
114
  chatbot=chatbot,