zyshan-ds commited on
Commit
301bb74
·
verified ·
1 Parent(s): 6a9a0a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ iface = gr.Interface(
237
  gr.File(label="📦 Download TextGrid ZIP"),
238
  gr.Textbox(label="✅ Status")
239
  ],
240
- title="CSV to Praat TextGrid Converter",
241
  description="Upload a properly formatted CSV file and receive one or more Praat TextGrid files in return. Files will be packed in a .zip for download.\n\n" + csv_format_instruction,
242
  )
243
 
 
237
  gr.File(label="📦 Download TextGrid ZIP"),
238
  gr.Textbox(label="✅ Status")
239
  ],
240
+ title="CSV2Praat Auto Tool",
241
  description="Upload a properly formatted CSV file and receive one or more Praat TextGrid files in return. Files will be packed in a .zip for download.\n\n" + csv_format_instruction,
242
  )
243