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