lucifer7210 commited on
Commit
f796d5d
·
verified ·
1 Parent(s): 9fc2263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -299,6 +299,7 @@ custom_css = """
299
  .output-container {
300
  background: transparent !important;
301
  border-radius: 15px !important;
 
302
  border: 2px white solid ;
303
  overflow: hidden !important;
304
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
 
299
  .output-container {
300
  background: transparent !important;
301
  border-radius: 15px !important;
302
+ padding: 10px;
303
  border: 2px white solid ;
304
  overflow: hidden !important;
305
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;