Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ class GradioInterface:
|
|
382 |
gr.Markdown("### Refined Prompt")
|
383 |
refined_prompt = gr.Textbox(
|
384 |
label="Refined Prompt",
|
385 |
-
interactive=
|
386 |
show_label=True, # Must be True for copy button to show
|
387 |
show_copy_button=True, # Adds the copy button
|
388 |
# elem_classes="no-background"
|
|
|
382 |
gr.Markdown("### Refined Prompt")
|
383 |
refined_prompt = gr.Textbox(
|
384 |
label="Refined Prompt",
|
385 |
+
interactive=True,
|
386 |
show_label=True, # Must be True for copy button to show
|
387 |
show_copy_button=True, # Adds the copy button
|
388 |
# elem_classes="no-background"
|