Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=['
|
| 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 |
|