broadfield-dev commited on
Commit
619ba2a
·
verified ·
1 Parent(s): e65413e

Update gradio_sidebar.py

Browse files
Files changed (1) hide show
  1. gradio_sidebar.py +1 -0
gradio_sidebar.py CHANGED
@@ -57,3 +57,4 @@ css="""
57
  width: fit-content;
58
  }
59
  """
 
 
57
  width: fit-content;
58
  }
59
  """
60
+ top_bar="""<div id='top_bar'><div class='control_btn' name='control_btn' id='control_btn' onclick='open_control()'>Controls</div></div>"""