datasaur-dev commited on
Commit
4489fbc
·
verified ·
1 Parent(s): 433e23d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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")