Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ slider = gr.Slider(minimum=0, maximum=len(html_files)-1, step=1, label='Page')
|
|
33 |
|
34 |
# Create a container for the slider and the HTML output
|
35 |
components = [
|
36 |
-
gr.Column([slider]
|
37 |
gr.HTML()
|
38 |
]
|
39 |
|
|
|
33 |
|
34 |
# Create a container for the slider and the HTML output
|
35 |
components = [
|
36 |
+
gr.Column([slider]),
|
37 |
gr.HTML()
|
38 |
]
|
39 |
|