buzzbandit commited on
Commit
dd7d839
Β·
verified Β·
1 Parent(s): 99974b8

Update app.py

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