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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -406,9 +406,10 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
406
 
407
 
408
  with gr.Row(elem_id="session-action-row"):
409
- new_btn = gr.Button("➕", elem_id="new-chat-btn", tooltip="New Chat")
410
- del_btn = gr.Button("🗑️", elem_id="delete-chat-btn", tooltip="Delete Chat")
411
- refresh_btn = gr.Button("🔄", elem_id="refresh-btn", tooltip="Refresh List")
 
412
 
413
 
414
  gr.Markdown("### 🤖 Model Selection")
 
406
 
407
 
408
  with gr.Row(elem_id="session-action-row"):
409
+ new_btn = gr.Button("➕", elem_id="new-chat-btn")
410
+ del_btn = gr.Button("🗑️", elem_id="delete-chat-btn")
411
+ refresh_btn = gr.Button("🔄", elem_id="refresh-btn")
412
+
413
 
414
 
415
  gr.Markdown("### 🤖 Model Selection")