Update app.py
Browse files
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,
|