deepak88 commited on
Commit
e80f9dc
·
verified ·
1 Parent(s): df026bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -302,8 +302,9 @@ with gr.Blocks(title="Fuel Bill Image Generator") as demo:
302
 
303
  gr.Markdown("### Bill Date Range")
304
  with gr.Row():
305
- min_bill_date_input = Calendar(label="Min Bill Date", value=datetime.date(2024, 1, 1))
306
- max_bill_date_input = Calendar(label="Max Bill Date", value=datetime.date.today())
 
307
 
308
  gr.Markdown("## 🖼️ Background & Logo Selection")
309
  gr.Markdown("### Background Texture")
 
302
 
303
  gr.Markdown("### Bill Date Range")
304
  with gr.Row():
305
+ min_bill_date_input = Calendar(label="Min Bill Date", value="2024-01-01")
306
+ max_bill_date_input = Calendar(label="Max Bill Date", value=datetime.date.today().strftime("%Y-%m-%d"))
307
+
308
 
309
  gr.Markdown("## 🖼️ Background & Logo Selection")
310
  gr.Markdown("### Background Texture")