Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,10 @@ def handle_magic_click(current_text, current_button_text):
|
|
124 |
)
|
125 |
|
126 |
|
127 |
-
with gr.Blocks(
|
|
|
|
|
|
|
128 |
gr.Markdown("# Time Entry Improvement")
|
129 |
with gr.Row():
|
130 |
with gr.Column(scale=4):
|
|
|
124 |
)
|
125 |
|
126 |
|
127 |
+
with gr.Blocks(
|
128 |
+
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
129 |
+
css=".success-text { background-color: #d4edda !important; } .gradio-container {max-width: 960px !important; margin: auto !important;}"
|
130 |
+
) as demo:
|
131 |
gr.Markdown("# Time Entry Improvement")
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=4):
|