ChaoticEconomist commited on
Commit
86d50cc
Β·
verified Β·
1 Parent(s): 030e1a4

Update app.py

Browse files

Moving "πŸš€ Rewrite All (AI)" button below the "Rewritten Full Text" section.

Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -135,13 +135,14 @@ with gr.Blocks(title="Blocksmith + Grok") as app:
135
  with gr.Row():
136
  update_btn = gr.Button("Update")
137
  rewrite_btn = gr.Button("✨ Rewrite (AI)")
138
- rewrite_all_btn = gr.Button("πŸš€ Rewrite All (AI)")
139
 
140
  full_output = gr.Textbox(
141
  label="Rewritten Full Text",
142
  lines=10
143
  )
144
-
 
145
  # -----------------------------
146
  # EVENTS
147
  # -----------------------------
 
135
  with gr.Row():
136
  update_btn = gr.Button("Update")
137
  rewrite_btn = gr.Button("✨ Rewrite (AI)")
138
+ #rewrite_all_btn = gr.Button("πŸš€ Rewrite All (AI)")
139
 
140
  full_output = gr.Textbox(
141
  label="Rewritten Full Text",
142
  lines=10
143
  )
144
+ rewrite_all_btn = gr.Button("πŸš€ Rewrite All (AI)")
145
+
146
  # -----------------------------
147
  # EVENTS
148
  # -----------------------------