jslin09 commited on
Commit
21ead56
·
1 Parent(s): 816a41c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Generative")
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])