Spaces:
Build error
Build error
vitorbborges
commited on
Commit
•
e14d889
1
Parent(s):
f18c30f
Create app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ opo_n = random.randrange(len(opo))
|
|
10 |
with gr.Blocks() as demo:
|
11 |
nota = gr.Slider(1,5, label = opo.loc[opo_n])
|
12 |
|
13 |
-
demo.
|
|
|
10 |
with gr.Blocks() as demo:
|
11 |
nota = gr.Slider(1,5, label = opo.loc[opo_n])
|
12 |
|
13 |
+
demo.launch()
|