Spaces:
Runtime error
Runtime error
mi
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ async def cut_timestamps_to_video(video_in, timestamps_var):
|
|
120 |
|
121 |
css = """
|
122 |
#words-container {
|
123 |
-
max-height:
|
124 |
overflow-y: scroll !important;
|
125 |
}
|
126 |
"""
|
|
|
120 |
|
121 |
css = """
|
122 |
#words-container {
|
123 |
+
max-height: 400px;
|
124 |
overflow-y: scroll !important;
|
125 |
}
|
126 |
"""
|