buzzbandit commited on
Commit
5c519f8
·
verified ·
1 Parent(s): dd7d839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -264,9 +264,9 @@ def run_multi(queries, capacity, refresh):
264
  return merged, f"Last update: {time.strftime('%Y-%m-%d %H:%M:%S')}", gr.update(choices=[""] + live_categories)
265
 
266
  # ---------------- Gradio UI ----------------
267
- with gr.Blocks(title="🧳 Torn Inventory Viewer") as iface:
268
- gr.Markdown("## 🧳 Torn Inventory Viewer")
269
- gr.Markdown("_Search Torn YATA travel stocks with semantic matching._")
270
 
271
  with gr.Row():
272
  btn_short = gr.Button("🌸 Flushies (Short Haul)")
 
264
  return merged, f"Last update: {time.strftime('%Y-%m-%d %H:%M:%S')}", gr.update(choices=[""] + live_categories)
265
 
266
  # ---------------- Gradio UI ----------------
267
+ with gr.Blocks(title="🧳 Torn Foreign Stocks") as iface:
268
+ gr.Markdown("## 🧳 Torn Foreign Stocks")
269
+ gr.Markdown("_Search YATA's foreign stocks data_")
270
 
271
  with gr.Row():
272
  btn_short = gr.Button("🌸 Flushies (Short Haul)")