DrishtiSharma commited on
Commit
f762f97
Β·
verified Β·
1 Parent(s): 2c3d20a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -195,12 +195,12 @@ with st.sidebar:
195
  # Main Model Temperature
196
 
197
  main_temperature = (
198
- "Main Model Temperature",
199
- min_value=0.0,
200
- max_value=1.0,
201
- value=st.session_state.main_temp,
202
- step=0.05
203
- )
204
 
205
 
206
  # Layer agent configuration
 
195
  # Main Model Temperature
196
 
197
  main_temperature = (
198
+ "Main Model Temperature",
199
+ min_value=0.0,
200
+ max_value=1.0,
201
+ value=st.session_state.main_temp,
202
+ step=0.05
203
+ )
204
 
205
 
206
  # Layer agent configuration