fffiloni commited on
Commit
b59317d
1 Parent(s): fe9ebef
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,8 +52,7 @@ def predict(request: gr.Request, *args, progress=gr.Progress(track_tqdm=True)):
52
 
53
 
54
  css = '''
55
- #top{position: fixed;}
56
- #col-container{max-width: 720px;}
57
  '''
58
  with gr.Blocks(css=css) as demo:
59
  with gr.Column(elem_id="col-container"):
 
52
 
53
 
54
  css = '''
55
+ #col-container{max-width: 720px;margin: 0 auto;}
 
56
  '''
57
  with gr.Blocks(css=css) as demo:
58
  with gr.Column(elem_id="col-container"):