Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ class GradioInterface:
|
|
| 156 |
gr.Markdown("Learn how to generate an improved version of your prompts. Enter a main idea for a prompt, choose a meta prompt, and the model will attempt to generate an improved version.")
|
| 157 |
|
| 158 |
# Input Container
|
| 159 |
-
with gr.Column(elem_classes=["input-container"]):
|
| 160 |
prompt_text = gr.Textbox(
|
| 161 |
label="Type the prompt (or let it empty to see metaprompt)",
|
| 162 |
elem_classes="no-background"
|
|
|
|
| 156 |
gr.Markdown("Learn how to generate an improved version of your prompts. Enter a main idea for a prompt, choose a meta prompt, and the model will attempt to generate an improved version.")
|
| 157 |
|
| 158 |
# Input Container
|
| 159 |
+
with gr.Column(elem_classes=["container","input-container"]):
|
| 160 |
prompt_text = gr.Textbox(
|
| 161 |
label="Type the prompt (or let it empty to see metaprompt)",
|
| 162 |
elem_classes="no-background"
|