MBG0903 commited on
Commit
631d40f
·
verified ·
1 Parent(s): bb20c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def optimize_slotting(df):
75
  # ==============================
76
  def build_interface():
77
 
78
- with gr.Blocks(css=".gr-button {background-color: %s !important;}" % PRIMARY_COLOR) as demo:
79
 
80
  gr.Markdown(
81
  "<h1 style='color:%s'>Procelevate Inventory Slotting Optimizer</h1>"
 
75
  # ==============================
76
  def build_interface():
77
 
78
+ with gr.Blocks() as demo:
79
 
80
  gr.Markdown(
81
  "<h1 style='color:%s'>Procelevate Inventory Slotting Optimizer</h1>"