Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,6 +133,9 @@ with gr.Blocks(
|
|
133 |
align-items: center !important;
|
134 |
text-align: center !important;
|
135 |
}
|
|
|
|
|
|
|
136 |
"""
|
137 |
) as demo:
|
138 |
gr.Markdown("# Time Entry Improvement")
|
|
|
133 |
align-items: center !important;
|
134 |
text-align: center !important;
|
135 |
}
|
136 |
+
.gradio-container {
|
137 |
+
max-width: 960px !important; margin: auto !important;
|
138 |
+
}
|
139 |
"""
|
140 |
) as demo:
|
141 |
gr.Markdown("# Time Entry Improvement")
|