Spaces:
Sleeping
Sleeping
center image
Browse files
app.py
CHANGED
@@ -117,7 +117,12 @@ def start_voting():
|
|
117 |
initial_state["label2"]
|
118 |
)
|
119 |
|
120 |
-
with gr.Blocks(css="
|
|
|
|
|
|
|
|
|
|
|
121 |
with gr.Tabs():
|
122 |
# Tab 1: Voting
|
123 |
with gr.Tab("Voting"):
|
|
|
117 |
initial_state["label2"]
|
118 |
)
|
119 |
|
120 |
+
with gr.Blocks(css="""
|
121 |
+
#main-image {
|
122 |
+
margin: auto; /* Center the image */
|
123 |
+
display: block;
|
124 |
+
}
|
125 |
+
""") as demo:
|
126 |
with gr.Tabs():
|
127 |
# Tab 1: Voting
|
128 |
with gr.Tab("Voting"):
|