zej97 commited on
Commit
fd4f7ed
1 Parent(s): 2a6b458

Upload folder using huggingface_hub

Browse files
statics/__pycache__/style.cpython-311.pyc CHANGED
Binary files a/statics/__pycache__/style.cpython-311.pyc and b/statics/__pycache__/style.cpython-311.pyc differ
 
statics/style.py CHANGED
@@ -27,6 +27,7 @@ css = """
27
 
28
  .main {
29
  max-width: 800px;
 
30
  align-self: center;
31
  }
32
 
 
27
 
28
  .main {
29
  max-width: 800px;
30
+ min-width: min(100%, 800px);
31
  align-self: center;
32
  }
33