broadfield-dev commited on
Commit
aacac3d
·
verified ·
1 Parent(s): f979e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ def index():
331
  <div class="preview-header">
332
  PNG Preview <button class="btn-download" onclick="process('download', 'png')">Download</button>
333
  </div>
334
- <div id="png-prev" class="preview-content" style="background:#f0f0f0; display:flex; align-items:center; justify-content:center; text-align:center;"></div>
335
  </div>
336
  </div>
337
  </div>
 
331
  <div class="preview-header">
332
  PNG Preview <button class="btn-download" onclick="process('download', 'png')">Download</button>
333
  </div>
334
+ <div id="png-prev" class="preview-content" style="background:#f0f0f0; align-items:center; justify-content:center; text-align:center;"></div>
335
  </div>
336
  </div>
337
  </div>