Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -259,9 +259,9 @@ def wic_ud(sentence: str):
|
|
| 259 |
# ============================================================
|
| 260 |
with gr.Blocks() as demo:
|
| 261 |
with gr.Blocks(
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
max-width:
|
| 265 |
height: auto;
|
| 266 |
}
|
| 267 |
"""
|
|
|
|
| 259 |
# ============================================================
|
| 260 |
with gr.Blocks() as demo:
|
| 261 |
with gr.Blocks(
|
| 262 |
+
css="""
|
| 263 |
+
#ddgp-logo {
|
| 264 |
+
max-width: 60px;
|
| 265 |
height: auto;
|
| 266 |
}
|
| 267 |
"""
|