decodemai commited on
Commit
081ade5
1 Parent(s): af41982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
96
  output1 = gr.Textbox(lines=2,label='The future')
97
 
98
  btn.click(getideas,inputs=[textbox], outputs=[output1])
99
- examples = gr.Examples(examples=['icecream parlor','space travel','book shop','ecommerce','grocery delivery'],
100
  inputs=[textbox])
101
 
102
 
96
  output1 = gr.Textbox(lines=2,label='The future')
97
 
98
  btn.click(getideas,inputs=[textbox], outputs=[output1])
99
+ examples = gr.Examples(examples=['ai & blockchain','fintech & cake shop','car & iot','ecommerce & grocery'],
100
  inputs=[textbox])
101
 
102