arubaDev commited on
Commit
d6e577b
·
verified ·
1 Parent(s): 4a51780

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -261,11 +261,11 @@ with gr.Blocks(title="Backend-Focused LLaMA/Mistral CRUD Assistant", theme=gr.th
261
  </style>
262
  """)
263
 
264
- gr.Markdown("## 🗄️ LLaMA & Mistral Backend-Focused CRUD Automation — Persistent History")
265
 
266
  with gr.Row(equal_height=True):
267
  with gr.Column(scale=1, min_width=260):
268
- gr.Markdown("### 📁 Sessions")
269
  session_list = gr.Radio(choices=labels, value=default_selected, label="Your Chats", interactive=True)
270
  with gr.Row(elem_id="session-actions-row"):
271
  new_btn = gr.Button("New Chat")
 
261
  </style>
262
  """)
263
 
264
+ # gr.Markdown("## 🗄️ LLaMA & Mistral Backend-Focused CRUD Automation — Persistent History")
265
 
266
  with gr.Row(equal_height=True):
267
  with gr.Column(scale=1, min_width=260):
268
+ # gr.Markdown("### 📁 Sessions")
269
  session_list = gr.Radio(choices=labels, value=default_selected, label="Your Chats", interactive=True)
270
  with gr.Row(elem_id="session-actions-row"):
271
  new_btn = gr.Button("New Chat")