jbilcke-hf HF staff commited on
Commit
d3acf1b
1 Parent(s): dbc8f44
src/app/interface/bottom-bar/index.tsx CHANGED
@@ -18,7 +18,10 @@ export function BottomBar() {
18
  isGeneratingStory ? `scale-0 opacity-0` : ``,
19
  )}>
20
  <div>
21
- <Button onClick={download} disabled={!prompt?.length}>{
 
 
 
22
  remainingImages ? `${remainingImages} remaining..` : `Download`
23
  }</Button>
24
  </div>
 
18
  isGeneratingStory ? `scale-0 opacity-0` : ``,
19
  )}>
20
  <div>
21
+ <Button onClick={download}
22
+ //disabled={!prompt?.length}
23
+ disabled
24
+ >{
25
  remainingImages ? `${remainingImages} remaining..` : `Download`
26
  }</Button>
27
  </div>