Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
|
|
93 |
output1 = gr.Textbox(lines=2,label='The Prompt')
|
94 |
|
95 |
btn.click(getideas,inputs=[textbox], outputs=[output1])
|
96 |
-
examples = gr.Examples(examples=['
|
97 |
inputs=[textbox])
|
98 |
|
99 |
|
|
|
93 |
output1 = gr.Textbox(lines=2,label='The Prompt')
|
94 |
|
95 |
btn.click(getideas,inputs=[textbox], outputs=[output1])
|
96 |
+
examples = gr.Examples(examples=['sports quiz','essay','website copy','python code to sort list','biscuit recipe'],
|
97 |
inputs=[textbox])
|
98 |
|
99 |
|