acecalisto3 commited on
Commit
332b2b5
1 Parent(s): 33da3e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_progress():
60
 
61
  def get_generated_files():
62
  return gr.HTML(lambda: f"Generated Files<pre><code style='overflow-x: auto'>{utils.format_directory(OUTPUT_DIR)}</pre></code>", every=3, elem_id="files")
63
-
64
  def get_download_btn():
65
  return gr.Button("Download All Files") # Ensure consistent indentation
66
 
 
60
 
61
  def get_generated_files():
62
  return gr.HTML(lambda: f"Generated Files<pre><code style='overflow-x: auto'>{utils.format_directory(OUTPUT_DIR)}</pre></code>", every=3, elem_id="files")
63
+
64
  def get_download_btn():
65
  return gr.Button("Download All Files") # Ensure consistent indentation
66