Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -53,10 +53,7 @@ css = """
|
|
53 |
margin: 5px;
|
54 |
}
|
55 |
/* Adjusting layout for Input Text and Inference Result */
|
56 |
-
|
57 |
-
display: flex;
|
58 |
-
width: 100%;
|
59 |
-
}
|
60 |
|
61 |
.input-text {
|
62 |
flex: 4; /* 4 parts of the row */
|
|
|
53 |
margin: 5px;
|
54 |
}
|
55 |
/* Adjusting layout for Input Text and Inference Result */
|
56 |
+
|
|
|
|
|
|
|
57 |
|
58 |
.input-text {
|
59 |
flex: 4; /* 4 parts of the row */
|