Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -48,7 +48,7 @@ css = """
|
|
48 |
justify-content: center;
|
49 |
width: 100%;
|
50 |
}
|
51 |
-
.gradio-row input, .gradio-row select
|
52 |
width: 250px; /* Set all elements to the same width */
|
53 |
margin: 5px;
|
54 |
}
|
@@ -65,6 +65,9 @@ css = """
|
|
65 |
.output-text {
|
66 |
flex: 1; /* 1 part of the row */
|
67 |
}
|
|
|
|
|
|
|
68 |
"""
|
69 |
|
70 |
# Gradio App
|
|
|
48 |
justify-content: center;
|
49 |
width: 100%;
|
50 |
}
|
51 |
+
.gradio-row input, .gradio-row select {
|
52 |
width: 250px; /* Set all elements to the same width */
|
53 |
margin: 5px;
|
54 |
}
|
|
|
65 |
.output-text {
|
66 |
flex: 1; /* 1 part of the row */
|
67 |
}
|
68 |
+
.button {
|
69 |
+
width: 500px;
|
70 |
+
}
|
71 |
"""
|
72 |
|
73 |
# Gradio App
|