Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ custom_css="""
|
|
278 |
}
|
279 |
"""
|
280 |
creative_slider = gr.Radio(["Low", "Medium", "High"], label='Creativity')
|
281 |
-
textbox = gr.Textbox(placeholder='An apartment with two bedrooms and one bathroom', lines=
|
282 |
generated = gr.Image(label='Generated Layout', type='numpy')
|
283 |
layout = gr.Textbox(label='Layout Coordinates')
|
284 |
|
|
|
278 |
}
|
279 |
"""
|
280 |
creative_slider = gr.Radio(["Low", "Medium", "High"], label='Creativity')
|
281 |
+
textbox = gr.Textbox(placeholder='An apartment with two bedrooms and one bathroom', lines=3, label="DESCRIBE YOUR IDEAL APARTMENT")
|
282 |
generated = gr.Image(label='Generated Layout', type='numpy')
|
283 |
layout = gr.Textbox(label='Layout Coordinates')
|
284 |
|