decodemai commited on
Commit
feafb4d
1 Parent(s): c253c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
52
  textbox = gr.Textbox(placeholder="Type business type here and press enter...", lines=4)
53
  btn = gr.Button("Generate")
54
  output1 = gr.Textbox(lines=4,label='1')
55
- examples=[['icecream parlor'],['space travel'],['book shop'],['ecommerce'],['grocery delivery']]]
56
  btn.click(query,inputs=[textbox], outputs=[output1])
57
 
58
 
 
52
  textbox = gr.Textbox(placeholder="Type business type here and press enter...", lines=4)
53
  btn = gr.Button("Generate")
54
  output1 = gr.Textbox(lines=4,label='1')
55
+ examples=[['icecream parlor'],['space travel'],['book shop'],['ecommerce'],['grocery delivery']]
56
  btn.click(query,inputs=[textbox], outputs=[output1])
57
 
58