MrInvincible96 commited on
Commit
5a31bc0
·
verified ·
1 Parent(s): 2562d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ demo = gr.Interface(
120
  ["Customers are leaving carts without paying. They want easier checkout. Payment options should include UPI, cards, wallets. Need mobile friendly. Guest checkout should be available. Launch expected in 2 months."],
121
  ["Hospital staff say patient registration is slow. They want faster form filling, OTP verification, and a simple dashboard for receptionists. The system must work on tablets too."]
122
  ],
123
- allow_flagging="never"
124
  )
125
 
126
  demo.launch()
 
120
  ["Customers are leaving carts without paying. They want easier checkout. Payment options should include UPI, cards, wallets. Need mobile friendly. Guest checkout should be available. Launch expected in 2 months."],
121
  ["Hospital staff say patient registration is slow. They want faster form filling, OTP verification, and a simple dashboard for receptionists. The system must work on tablets too."]
122
  ],
123
+ flagging_mode="never"
124
  )
125
 
126
  demo.launch()