m-ric HF Staff commited on
Commit
0c29376
·
verified ·
1 Parent(s): 5000ca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -31,6 +31,10 @@ hf_token = os.getenv("HUGGINGFACE_API_KEY")
31
  login(token=hf_token)
32
 
33
  custom_css = """
 
 
 
 
34
  .sandbox-container {
35
  position: relative;
36
  width: 910px;
 
31
  login(token=hf_token)
32
 
33
  custom_css = """
34
+ .modal-container {
35
+ margin: var(--size-16) auto;
36
+ }
37
+
38
  .sandbox-container {
39
  position: relative;
40
  width: 910px;