Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
e941316
1
Parent(s):
910f25b
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as demo:
|
|
163 |
""")
|
164 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
165 |
with gr.Column(scale=6, min_width=600):
|
166 |
-
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1, elem_id="prompt-text-input)
|
167 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=1):
|
|
|
163 |
""")
|
164 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
165 |
with gr.Column(scale=6, min_width=600):
|
166 |
+
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1, elem_id="prompt-text-input")
|
167 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=1):
|