Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
""")
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
50 |
-
result = gr.components.Textbox(lines=7, label="
|
51 |
prompt = gr.components.Textbox(lines=2, label="Prompt", placeholder=examples[0], visible=False)
|
52 |
gr.Examples(examples, label='Examples', inputs=[prompt])
|
53 |
prompt.change(generate, inputs=[prompt], outputs=[result])
|
|
|
47 |
""")
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
50 |
+
result = gr.components.Textbox(lines=7, label="Writing Assist")
|
51 |
prompt = gr.components.Textbox(lines=2, label="Prompt", placeholder=examples[0], visible=False)
|
52 |
gr.Examples(examples, label='Examples', inputs=[prompt])
|
53 |
prompt.change(generate, inputs=[prompt], outputs=[result])
|