Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
os.system('pip install git+https://github.com/broadfield-dev/gradio_sidebar')
|
4 |
-
import
|
5 |
|
6 |
|
7 |
with gr.Blocks(head=gs.head,css=gs.css) as app:
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
os.system('pip install git+https://github.com/broadfield-dev/gradio_sidebar')
|
4 |
+
from gradio_sidebar import gs
|
5 |
|
6 |
|
7 |
with gr.Blocks(head=gs.head,css=gs.css) as app:
|