tree3po commited on
Commit
2874abd
·
verified ·
1 Parent(s): f5659fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="3", label="DESCRIBE YOUR IDEAL APARTMENT")
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