tree3po commited on
Commit
f5659fe
·
verified ·
1 Parent(s): 45cf5b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -278,8 +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="3",
282
- label="DESCRIBE YOUR IDEAL APARTMENT")
283
  generated = gr.Image(label='Generated Layout', type='numpy')
284
  layout = gr.Textbox(label='Layout Coordinates')
285
 
 
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