Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -383,7 +383,8 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
|
|
| 383 |
# Editable title input
|
| 384 |
# -----------------------
|
| 385 |
edit_title_box = gr.Textbox(label="✏️ Rename Chat", placeholder="Edit selected chat title...")
|
| 386 |
-
save_title_btn = gr.Button("💾", elem_id="save-title-btn"
|
|
|
|
| 387 |
|
| 388 |
|
| 389 |
def rename_session_cb(new_title, selected_label):
|
|
|
|
| 383 |
# Editable title input
|
| 384 |
# -----------------------
|
| 385 |
edit_title_box = gr.Textbox(label="✏️ Rename Chat", placeholder="Edit selected chat title...")
|
| 386 |
+
save_title_btn = gr.Button("💾", elem_id="save-title-btn")
|
| 387 |
+
|
| 388 |
|
| 389 |
|
| 390 |
def rename_session_cb(new_title, selected_label):
|