Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -47,6 +47,7 @@ css = """
|
|
47 |
display: flex;
|
48 |
justify-content: center;
|
49 |
width: 100%;
|
|
|
50 |
}
|
51 |
/* Adjusting layout for Input Text and Inference Result */
|
52 |
.input-row {
|
|
|
47 |
display: flex;
|
48 |
justify-content: center;
|
49 |
width: 100%;
|
50 |
+
Height: 100px;
|
51 |
}
|
52 |
/* Adjusting layout for Input Text and Inference Result */
|
53 |
.input-row {
|