Krishna Kumar S commited on
Commit
9de3105
·
1 Parent(s): 778242e

slider fix

Browse files
Files changed (2) hide show
  1. Intelligent_Sourcing.xlsx +0 -0
  2. app.py +1 -1
Intelligent_Sourcing.xlsx ADDED
Binary file (16.9 kB). View file
 
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
174
  run_weightage_Cost = gr.Slider(label="Weightage Cost", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
175
  run_weightage_Priority = gr.Slider(label="Weightage Priority", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
176
  run_weightage_distance = gr.Slider(label="Weightage Distance", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
177
- run_weightage_days = gr.Slider(label="Weightage Days", minimum=0, maximum=1, value=0.25, step=0.5, interactive=True)
178
  save_Weightage_button = gr.Button("Save Weightage")
179
  weightage_message_output = gr.Textbox(label="Status", interactive=False)
180
  run_optimization_button = gr.Button("Run Optimization")
 
174
  run_weightage_Cost = gr.Slider(label="Weightage Cost", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
175
  run_weightage_Priority = gr.Slider(label="Weightage Priority", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
176
  run_weightage_distance = gr.Slider(label="Weightage Distance", minimum=0, maximum=1, value=0.5, step=0.25, interactive=True)
177
+ run_weightage_days = gr.Slider(label="Weightage Days", minimum=0, maximum=1, value=0.25, step=0.25, interactive=True)
178
  save_Weightage_button = gr.Button("Save Weightage")
179
  weightage_message_output = gr.Textbox(label="Status", interactive=False)
180
  run_optimization_button = gr.Button("Run Optimization")