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