fabiolamp commited on
Commit
6575803
·
verified ·
1 Parent(s): b1530ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -130,7 +130,15 @@ def run():
130
  margin-top: 15px;
131
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
132
  }
133
- """
 
 
 
 
 
 
 
 
134
 
135
  with gr.Blocks(css=custom_css) as demo:
136
  with gr.Group():
 
130
  margin-top: 15px;
131
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
132
  }
133
+
134
+ .video-small video {
135
+ max-width: 400px !important; /* ancho máximo */
136
+ height: auto !important;
137
+ border-radius: 10px;
138
+ display: block;
139
+ margin: 0 auto;
140
+ }
141
+ """
142
 
143
  with gr.Blocks(css=custom_css) as demo:
144
  with gr.Group():