Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,6 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
177 |
|
178 |
with gr.Row():
|
179 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
180 |
-
with gr.Row():
|
181 |
clr_button =gr.Button("Clear prompt",variant="primary", elem_id="clear_button")
|
182 |
clr_button.click(lambda: gr.Textbox(value=""), None, text_prompt)
|
183 |
|
|
|
177 |
|
178 |
with gr.Row():
|
179 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
|
|
180 |
clr_button =gr.Button("Clear prompt",variant="primary", elem_id="clear_button")
|
181 |
clr_button.click(lambda: gr.Textbox(value=""), None, text_prompt)
|
182 |
|