Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def handle_magic_click(current_text, current_button_text):
|
|
| 126 |
|
| 127 |
with gr.Blocks(
|
| 128 |
theme=gr.themes.Default(primary_hue="blue", secondary_hue="sky"),
|
| 129 |
-
css=".success-text { background-color: #d4edda !important; } .
|
| 130 |
) as demo:
|
| 131 |
gr.Markdown("# Time Entry Improvement")
|
| 132 |
with gr.Row():
|
|
|
|
| 126 |
|
| 127 |
with gr.Blocks(
|
| 128 |
theme=gr.themes.Default(primary_hue="blue", secondary_hue="sky"),
|
| 129 |
+
css=".success-text { background-color: #d4edda !important; } .centered { justify-content: center;}"
|
| 130 |
) as demo:
|
| 131 |
gr.Markdown("# Time Entry Improvement")
|
| 132 |
with gr.Row():
|