buzzbandit commited on
Commit
2f7af21
Β·
verified Β·
1 Parent(s): bc0444f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(title="🧳 Torn Inventory Viewer") as iface:
284
  btn_short = gr.Button("🌸 Flushies (Short Haul)")
285
  btn_med = gr.Button("✈️ Flushies (Medium Haul)")
286
  btn_long = gr.Button("πŸ›« Flushies (Long Haul)")
287
- btn_xanax = gr.Button("πŸ’Š Xanax")
288
  btn_temps = gr.Button("πŸ’£ Temps")
289
 
290
  query_box = gr.Textbox(label="Search (semantic, e.g. 'flowers in England')", elem_id="qbox")
 
284
  btn_short = gr.Button("🌸 Flushies (Short Haul)")
285
  btn_med = gr.Button("✈️ Flushies (Medium Haul)")
286
  btn_long = gr.Button("πŸ›« Flushies (Long Haul)")
287
+ btn_xanax = gr.Button("πŸ’Š Xanax (SA)")
288
  btn_temps = gr.Button("πŸ’£ Temps")
289
 
290
  query_box = gr.Textbox(label="Search (semantic, e.g. 'flowers in England')", elem_id="qbox")