datasaur-dev commited on
Commit
23a0289
·
verified ·
1 Parent(s): 2977ec4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -124,7 +124,10 @@ def handle_magic_click(current_text, current_button_text):
124
  )
125
 
126
 
127
- with gr.Blocks(css=".success-text { background-color: #d4edda !important; }") as demo:
 
 
 
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):