Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -765,8 +765,8 @@ with gr.Blocks(css=css) as myface:
|
|
765 |
with gr.Tab("Magic Prompt"):
|
766 |
with gr.Row():
|
767 |
input_text=gr.Textbox(label="Prompt Idea",lines=2)
|
768 |
-
|
769 |
-
|
770 |
|
771 |
|
772 |
def short_prompt(inputs):
|
|
|
765 |
with gr.Tab("Magic Prompt"):
|
766 |
with gr.Row():
|
767 |
input_text=gr.Textbox(label="Prompt Idea",lines=2)
|
768 |
+
use_short=gr.Button("Use Short Prompt")
|
769 |
+
see_prompts=gr.Button("Extend Idea")
|
770 |
|
771 |
|
772 |
def short_prompt(inputs):
|