Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ with gr.Blocks(head=gs.head,css=gs.css) as app:
|
|
8 |
gr.HTML(gs.topbar)
|
9 |
gr.HTML(gs.leftbar)
|
10 |
gr.HTML(gs.rightbar)
|
11 |
-
gr.HTML("<a href='https://github.com/broadfield-dev/gradio_sidebar
|
12 |
|
13 |
with gr.Group(elem_id="gs_top_control_panel"):
|
14 |
gr.Textbox()
|
|
|
8 |
gr.HTML(gs.topbar)
|
9 |
gr.HTML(gs.leftbar)
|
10 |
gr.HTML(gs.rightbar)
|
11 |
+
gr.HTML("<a href='https://github.com/broadfield-dev/gradio_sidebar' style='position:fixed;top:100px;font-size:x-large;font-weight:700;'>github.com/broadfield-dev/gradio_sidebar</a>")
|
12 |
|
13 |
with gr.Group(elem_id="gs_top_control_panel"):
|
14 |
gr.Textbox()
|