dlflannery commited on
Commit
670c941
·
verified ·
1 Parent(s): beb50d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ async def chat(prompt_window, user_window, password, history, output_window,
390
  file_download = gr.DownloadButton(label=f'Download {download_ext.upper()} Doc',
391
  visible=True, value=f'./document.{download_ext}')
392
  return [response, '', uploaded_image_files, image_window, file_download, history,
393
- uploaded_file_path, new_inputs]
394
 
395
  def show_help():
396
  txt = '''
 
390
  file_download = gr.DownloadButton(label=f'Download {download_ext.upper()} Doc',
391
  visible=True, value=f'./document.{download_ext}')
392
  return [response, '', uploaded_image_files, image_window, file_download, history,
393
+ uploaded_file_paths, new_inputs]
394
 
395
  def show_help():
396
  txt = '''