ivanoctaviogaitansantos commited on
Commit
2c1ed0e
·
verified ·
1 Parent(s): 8af26e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -595,6 +595,8 @@ with gr.Blocks(title="HyperRealistic Humanized Perfection Generator", theme=gr.t
595
  outputs=[batch_output, batch_prompt_blocks]
596
  )
597
 
 
 
598
  with gr.Tab("📊 History & Export"):
599
  with gr.Row():
600
  with gr.Column():
@@ -606,7 +608,8 @@ with gr.Blocks(title="HyperRealistic Humanized Perfection Generator", theme=gr.t
606
  "🗑️ Clear History",
607
  variant="secondary"
608
  )
609
- with gr.Column():
 
610
  export_btn = gr.Button(
611
  "💾 Export History as JSON",
612
  variant="primary"
 
595
  outputs=[batch_output, batch_prompt_blocks]
596
  )
597
 
598
+ with gr.Tab("📊 History & Export"):
599
+ with gr.Row():
600
  with gr.Tab("📊 History & Export"):
601
  with gr.Row():
602
  with gr.Column():
 
608
  "🗑️ Clear History",
609
  variant="secondary"
610
  )
611
+
612
+ with gr.Column():
613
  export_btn = gr.Button(
614
  "💾 Export History as JSON",
615
  variant="primary"