qqwjq1981 commited on
Commit
7d3e4d6
·
verified ·
1 Parent(s): e5a54e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: {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