datasaur-dev commited on
Commit
c7aecc3
·
verified ·
1 Parent(s): 810312c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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; } .gradio-container {max-width: 1200px !important; margin: auto !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():