Abhishekcr448
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(css="""
|
|
59 |
|
60 |
# Create a separate column for the buttons
|
61 |
with gr.Column(scale=1):
|
62 |
-
replace_button = gr.Button("
|
63 |
regenerate_button = gr.Button("Regenerate", variant="secondary", elem_id="regenerate-btn")
|
64 |
|
65 |
with gr.Row():
|
|
|
59 |
|
60 |
# Create a separate column for the buttons
|
61 |
with gr.Column(scale=1):
|
62 |
+
replace_button = gr.Button("Use Suggestion", variant="secondary", elem_id="replace-btn")
|
63 |
regenerate_button = gr.Button("Regenerate", variant="secondary", elem_id="regenerate-btn")
|
64 |
|
65 |
with gr.Row():
|