Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
@@ -53,10 +53,6 @@ css = """
|
|
53 |
justify-content: center;
|
54 |
width: 100%;
|
55 |
}
|
56 |
-
.gradio-row input, .gradio-row select, .gradio-row button {
|
57 |
-
width: 250px; /* Set all elements to the same width */
|
58 |
-
margin: 5px;
|
59 |
-
}
|
60 |
"""
|
61 |
|
62 |
# Gradio App
|
|
|
53 |
justify-content: center;
|
54 |
width: 100%;
|
55 |
}
|
|
|
|
|
|
|
|
|
56 |
"""
|
57 |
|
58 |
# Gradio App
|