Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ css = """
|
|
| 79 |
|
| 80 |
bed_layout_new = ['Artwork', 'Curtains', 'Palette', 'Bedroom Rug', 'Mirrors', 'Bedroom Chair', 'Ottoman', 'Bedroom', 'Bedroom Set', 'Bedding']
|
| 81 |
|
| 82 |
-
living_layout_new = ['Artwork', 'Curtains', 'Palette', 'Rug', 'Armchairs', 'End Tables', 'Love Seats', 'Living Room', 'Sofas', 'End Tables', 'Plant Pots', 'Indoor Plants', 'Coffee tables', 'TV stands', 'Artwork
|
| 83 |
|
| 84 |
|
| 85 |
img_url = 'https://dreamdemo.pythonanywhere.com/image/'
|
|
|
|
| 79 |
|
| 80 |
bed_layout_new = ['Artwork', 'Curtains', 'Palette', 'Bedroom Rug', 'Mirrors', 'Bedroom Chair', 'Ottoman', 'Bedroom', 'Bedroom Set', 'Bedding']
|
| 81 |
|
| 82 |
+
living_layout_new = ['Artwork', 'Curtains', 'Palette', 'Rug', 'Armchairs', 'End Tables', 'Love Seats', 'Living Room', 'Sofas', 'End Tables', 'Plant Pots', 'Indoor Plants', 'Coffee tables', 'TV stands', 'Artwork']
|
| 83 |
|
| 84 |
|
| 85 |
img_url = 'https://dreamdemo.pythonanywhere.com/image/'
|