Spaces:
Runtime error
Runtime error
ashhadahsan
commited on
Commit
•
c16febe
1
Parent(s):
8ae5c89
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ with output:
|
|
359 |
segments_post2.text_area(
|
360 |
"Segments after alignment",
|
361 |
result_aligned["segments"],
|
362 |
-
expanded=False
|
363 |
height=None,
|
364 |
max_chars=None,
|
365 |
key=None,
|
|
|
359 |
segments_post2.text_area(
|
360 |
"Segments after alignment",
|
361 |
result_aligned["segments"],
|
362 |
+
expanded=False,
|
363 |
height=None,
|
364 |
max_chars=None,
|
365 |
key=None,
|