LAP-DEV commited on
Commit
4fe98a6
·
verified ·
1 Parent(s): c780480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",