Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,10 +121,8 @@ with gr.Blocks(fill_height=True, theme="Nymbo/Nymbo_Theme", css=custom_css) as d
|
|
121 |
chat_interface = gr.ChatInterface(
|
122 |
fn=lambda message, history: "Please sign in and load a model to start chatting.",
|
123 |
examples=["Hello! How are you?", "What can you help me with?", "Tell me a joke"],
|
124 |
-
retry_btn=None,
|
125 |
undo_btn="Delete Previous",
|
126 |
-
clear_btn="Clear"
|
127 |
-
elem_classes="chat-container"
|
128 |
)
|
129 |
|
130 |
# Handle login status
|
|
|
121 |
chat_interface = gr.ChatInterface(
|
122 |
fn=lambda message, history: "Please sign in and load a model to start chatting.",
|
123 |
examples=["Hello! How are you?", "What can you help me with?", "Tell me a joke"],
|
|
|
124 |
undo_btn="Delete Previous",
|
125 |
+
clear_btn="Clear"
|
|
|
126 |
)
|
127 |
|
128 |
# Handle login status
|