Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|