gbach1lg commited on
Commit
48fd256
1 Parent(s): 53000ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -65,11 +65,11 @@ Keep in mind that for compatibility reasons your photo is cropped before the neu
65
  float:left;
66
  margin:0 5px; /* 5px a droite et a gauche de l image */
67
  padding:0;
68
- width: 130px;
69
- height: 120px;
70
  }
71
  </style>
72
- <table cellpadding=0 cellspacing=0>
73
  <tr>
74
  <div id="lampions">
75
  <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />
 
65
  float:left;
66
  margin:0 5px; /* 5px a droite et a gauche de l image */
67
  padding:0;
68
+ width: 100%;
69
+ height: auto;
70
  }
71
  </style>
72
+ <table>
73
  <tr>
74
  <div id="lampions">
75
  <img class="lampion" src="https://raw.githubusercontent.com/dabidou025/Live-Style-Transfer/main/styles/vibrant.jpg" alt="" />