rknl commited on
Commit
e798f23
·
verified ·
1 Parent(s): b8374b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -114,6 +114,7 @@ with gr.Blocks() as demo:
114
  examples = gr.Examples(
115
  examples=[
116
  ["what are the upselling ideas for roaming package you can recommend for customer Rina Wati."],
 
117
  ],
118
  inputs=[query_input]
119
  )
 
114
  examples = gr.Examples(
115
  examples=[
116
  ["what are the upselling ideas for roaming package you can recommend for customer Rina Wati."],
117
+ ["My phone number is 81226808748, i am traveling and want to get some good travel roaming plans. Give me list of plans per GB usage and cost."]
118
  ],
119
  inputs=[query_input]
120
  )