Update app.py
Browse files
app.py
CHANGED
@@ -329,6 +329,7 @@ class App:
|
|
329 |
btn_reset.click(None,js="window.location.reload()")
|
330 |
with gr.Row():
|
331 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
|
|
332 |
with gr.Row():
|
333 |
#tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
|
334 |
tb_indicator = gr.Dataframe(label="Output preview",
|
|
|
329 |
btn_reset.click(None,js="window.location.reload()")
|
330 |
with gr.Row():
|
331 |
tb_info = gr.Textbox(label="Output info", interactive=False, show_copy_button=True)
|
332 |
+
btn_sidebar = gr.Button("Toggle sidebar with results")
|
333 |
with gr.Row():
|
334 |
#tb_indicator = gr.Textbox(label="Output preview (Always review output generated by AI models)", show_copy_button=True, show_label=True)
|
335 |
tb_indicator = gr.Dataframe(label="Output preview",
|