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