Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def update_translations(file, edited_table):
|
|
| 173 |
Update the translations based on user edits in the Gradio Dataframe.
|
| 174 |
"""
|
| 175 |
output_video_path = "output_video.mp4"
|
| 176 |
-
logger.debug(f"Editable Table: {
|
| 177 |
|
| 178 |
try:
|
| 179 |
# Convert the edited_table (list of lists) back to list of dictionaries
|
|
|
|
| 173 |
Update the translations based on user edits in the Gradio Dataframe.
|
| 174 |
"""
|
| 175 |
output_video_path = "output_video.mp4"
|
| 176 |
+
logger.debug(f"Editable Table: {edited_table}")
|
| 177 |
|
| 178 |
try:
|
| 179 |
# Convert the edited_table (list of lists) back to list of dictionaries
|