decodemai commited on
Commit
8112b7e
1 Parent(s): 39b2dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,9 +91,9 @@ with gr.Blocks() as demo:
91
  gr.Markdown(
92
  """ChatGPT based Insights from <a href="https://www.decodem.ai">Decodem.ai</a> for businesses.\nWhile ChatGPT has multiple use cases we have evolved specific use cases/ templates for businesses \n\n This template provides ideas on how a business would look like in the future. Enter two intersecting trends/ areas and get the results. Use examples to guide. We use a equally powerful AI model bigscience/bloom."""
93
  )
94
- textbox = gr.Textbox(placeholder="Enter business type here...", lines=1,label='Your business area')
95
  btn = gr.Button("Generate")
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'],
91
  gr.Markdown(
92
  """ChatGPT based Insights from <a href="https://www.decodem.ai">Decodem.ai</a> for businesses.\nWhile ChatGPT has multiple use cases we have evolved specific use cases/ templates for businesses \n\n This template provides ideas on how a business would look like in the future. Enter two intersecting trends/ areas and get the results. Use examples to guide. We use a equally powerful AI model bigscience/bloom."""
93
  )
94
+ textbox = gr.Textbox(placeholder="Enter the intersecting trends/areas here (format x & y)...", lines=1,label='The Intersections')
95
  btn = gr.Button("Generate")
96
+ output1 = gr.Textbox(lines=2,label='The Scenarios')
97
 
98
  btn.click(getideas,inputs=[textbox], outputs=[output1])
99
  examples = gr.Examples(examples=['ai & blockchain','fintech & cake shop','car & iot','ecommerce & grocery'],