nkasmanoff commited on
Commit
0e18a6f
·
verified ·
1 Parent(s): 134439a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -851,7 +851,7 @@ with gr.Blocks(title="shillLM") as demo:
851
  steering_coeff = gr.Slider(
852
  minimum=0.0,
853
  maximum=6.0,
854
- value=3.0,
855
  step=0.1,
856
  label="🎚️ How Pushy Should I Be?",
857
  info="💡 Lower = subtle & natural | Higher = more obvious suggestions",
 
851
  steering_coeff = gr.Slider(
852
  minimum=0.0,
853
  maximum=6.0,
854
+ value=3.5,
855
  step=0.1,
856
  label="🎚️ How Pushy Should I Be?",
857
  info="💡 Lower = subtle & natural | Higher = more obvious suggestions",