Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,6 @@ chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
|
|
| 101 |
|
| 102 |
with gr.Blocks(css=CSS, theme="soft") as demo:
|
| 103 |
gr.HTML(TITLE)
|
| 104 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
|
| 105 |
gr.ChatInterface(
|
| 106 |
fn=stream_chat,
|
| 107 |
chatbot=chatbot,
|
|
|
|
| 101 |
|
| 102 |
with gr.Blocks(css=CSS, theme="soft") as demo:
|
| 103 |
gr.HTML(TITLE)
|
|
|
|
| 104 |
gr.ChatInterface(
|
| 105 |
fn=stream_chat,
|
| 106 |
chatbot=chatbot,
|