Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -65,7 +65,7 @@ css = """
|
|
65 |
.output-text {
|
66 |
flex: 1; /* 1 part of the row */
|
67 |
}
|
68 |
-
.button {
|
69 |
width: 500px;
|
70 |
}
|
71 |
"""
|
|
|
65 |
.output-text {
|
66 |
flex: 1; /* 1 part of the row */
|
67 |
}
|
68 |
+
.gradio-row button {
|
69 |
width: 500px;
|
70 |
}
|
71 |
"""
|