Parishri07 commited on
Commit
042e0e8
Β·
verified Β·
1 Parent(s): 02b70e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(title="RetailGenie Navigator") as demo:
50
  gr.Markdown("## 🧞 RetailGenie – Multi-Store Smart Inventory Assistant")
51
 
52
  with gr.Row():
53
- country = gr.Dropdown(label="🌍 Country", choices=get_subfolders(BASE_DIR))
54
  state = gr.Dropdown(label="πŸ™οΈ State")
55
  city = gr.Dropdown(label="🏘️ City")
56
  store = gr.Dropdown(label="πŸͺ Store")
 
50
  gr.Markdown("## 🧞 RetailGenie – Multi-Store Smart Inventory Assistant")
51
 
52
  with gr.Row():
53
+ country = gr.Dropdown(label="🌍 Country", choices=get_subfolders(BASE_DIR), value=None)
54
  state = gr.Dropdown(label="πŸ™οΈ State")
55
  city = gr.Dropdown(label="🏘️ City")
56
  store = gr.Dropdown(label="πŸͺ Store")