arubaDev commited on
Commit
72aa78e
·
verified ·
1 Parent(s): c23fcc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", tooltip="Save Title")
 
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):