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