Spaces:
Runtime error
Runtime error
EliottZemour
commited on
Commit
·
7f4a2af
1
Parent(s):
ee4ec2a
aaa
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ CSS = """
|
|
| 41 |
}
|
| 42 |
|
| 43 |
.gradio-container {
|
| 44 |
-
|
| 45 |
}
|
| 46 |
|
| 47 |
.gradio-container .gr-button-primary {
|
|
@@ -51,6 +51,8 @@ CSS = """
|
|
| 51 |
color: white;
|
| 52 |
font-weight: bold;
|
| 53 |
font-size: 16px;
|
|
|
|
|
|
|
| 54 |
}
|
| 55 |
|
| 56 |
#htel {
|
|
|
|
| 41 |
}
|
| 42 |
|
| 43 |
.gradio-container {
|
| 44 |
+
background-color: transparent;
|
| 45 |
}
|
| 46 |
|
| 47 |
.gradio-container .gr-button-primary {
|
|
|
|
| 51 |
color: white;
|
| 52 |
font-weight: bold;
|
| 53 |
font-size: 16px;
|
| 54 |
+
display: flex;
|
| 55 |
+
float: none;
|
| 56 |
}
|
| 57 |
|
| 58 |
#htel {
|