Yaswanth56 commited on
Commit
6a32d77
·
verified ·
1 Parent(s): 5076acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def create_interface():
81
 
82
  # Reward points section - no customer ID input
83
  gr.Markdown("### Reward Points Section")
84
- bill_amount_input = gr.Number(label="Enter Bill Amount", min=0)
85
  apply_rewards_checkbox = gr.Checkbox(label="Apply Reward Points", value=True)
86
  rewards_button = gr.Button("Calculate Bill")
87
  rewards_message = gr.Textbox(label="Message")
 
81
 
82
  # Reward points section - no customer ID input
83
  gr.Markdown("### Reward Points Section")
84
+ bill_amount_input = gr.Number(label="Enter Bill Amount", value=0)
85
  apply_rewards_checkbox = gr.Checkbox(label="Apply Reward Points", value=True)
86
  rewards_button = gr.Button("Calculate Bill")
87
  rewards_message = gr.Textbox(label="Message")