anumaurya114exp commited on
Commit
4df2beb
·
1 Parent(s): 37d9b06

spelling mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def getAllLogFilesPaths():
274
  def onSyncLogsWithDataDir():
275
  downloadableFilesPaths = getAllLogFilesPaths()
276
  fileComponent = gr.File(downloadableFilesPaths, file_count='multiple')
277
- return fileComponents
278
 
279
 
280
  with gr.Blocks() as demo:
 
274
  def onSyncLogsWithDataDir():
275
  downloadableFilesPaths = getAllLogFilesPaths()
276
  fileComponent = gr.File(downloadableFilesPaths, file_count='multiple')
277
+ return fileComponent
278
 
279
 
280
  with gr.Blocks() as demo: