Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ 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'>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)
|
|
|
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='margin-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)
|