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