Spaces:
Build error
Build error
Commit
·
8dba146
1
Parent(s):
bb0b286
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import time
|
|
9 |
import psutil
|
10 |
|
11 |
|
12 |
-
with gr.Blocks(css=main
|
13 |
textbox = gr.Textbox(label="Name")
|
14 |
slider = gr.Slider(label="Count", minimum=0, maximum=100, step=1)
|
15 |
with gr.Row():
|
|
|
9 |
import psutil
|
10 |
|
11 |
|
12 |
+
with gr.Blocks(css=main.css) as demo:
|
13 |
textbox = gr.Textbox(label="Name")
|
14 |
slider = gr.Slider(label="Count", minimum=0, maximum=100, step=1)
|
15 |
with gr.Row():
|