Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -43,11 +43,6 @@ css = """
|
|
43 |
margin: 0 5px;
|
44 |
color: black;
|
45 |
}
|
46 |
-
.row {
|
47 |
-
display: flex;
|
48 |
-
justify-content: center;
|
49 |
-
width: 100%;
|
50 |
-
}
|
51 |
|
52 |
/* Adjusting layout for Input Text and Inference Result */
|
53 |
.input-row {
|
@@ -75,11 +70,6 @@ css = """
|
|
75 |
height: 100px; /* Set height to 100px */
|
76 |
}
|
77 |
|
78 |
-
/* Use min-height for accordion stability */
|
79 |
-
.gradio-row {
|
80 |
-
min-height: 500px; /* Prevent layout shift by setting a min-height */
|
81 |
-
}
|
82 |
-
|
83 |
"""
|
84 |
|
85 |
# Gradio App
|
|
|
43 |
margin: 0 5px;
|
44 |
color: black;
|
45 |
}
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
/* Adjusting layout for Input Text and Inference Result */
|
48 |
.input-row {
|
|
|
70 |
height: 100px; /* Set height to 100px */
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
73 |
"""
|
74 |
|
75 |
# Gradio App
|