Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -948,7 +948,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 948 |
|
| 949 |
with gr.Row():
|
| 950 |
with gr.Column(scale=50):
|
| 951 |
-
input_text=gr.Textbox(label="
|
| 952 |
use_short=gr.Button("Use Short Prompt")
|
| 953 |
see_prompts=gr.Button("Extend Idea")
|
| 954 |
|
|
|
|
| 948 |
|
| 949 |
with gr.Row():
|
| 950 |
with gr.Column(scale=50):
|
| 951 |
+
input_text=gr.Textbox(label="Use this box to extend an idea automagically, by typing some words and clicking Extend Idea",lines=2)
|
| 952 |
use_short=gr.Button("Use Short Prompt")
|
| 953 |
see_prompts=gr.Button("Extend Idea")
|
| 954 |
|