Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,6 +116,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
116 |
with gr.Row():
|
117 |
text_input = gr.Textbox(
|
118 |
label="Text Prompt",
|
|
|
119 |
max_lines=2,
|
120 |
placeholder="Enter your prompt",
|
121 |
container=False,
|
|
|
116 |
with gr.Row():
|
117 |
text_input = gr.Textbox(
|
118 |
label="Text Prompt",
|
119 |
+
show_label=True,
|
120 |
max_lines=2,
|
121 |
placeholder="Enter your prompt",
|
122 |
container=False,
|