lovodkin93 commited on
Commit
b1de635
·
verified ·
1 Parent(s): 79420fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], full_width=True),
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