Update app.py
Browse files
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;
|