Ilvir commited on
Commit
1e3a94b
Β·
1 Parent(s): c51a109

Update pages/gpt.py

Browse files
Files changed (1) hide show
  1. pages/gpt.py +1 -1
pages/gpt.py CHANGED
@@ -22,7 +22,7 @@ if length > 100:
22
  st.warning("This is very hard for me, please have pity on me. Could you lower the value?", icon="πŸ€–")
23
  num_samples = st.sidebar.slider('**Number of generations:**', 1, 10, 1)
24
  if num_samples > 4:
25
- st.warning("OH MY ..., I have to work late again!!! Could you lower the value", icon="πŸ€–")
26
  temperature = st.sidebar.slider('**Temperature:**', 0.1, 10.0, 3.0)
27
  if temperature > 6.0:
28
  st.info('What? You want to get some kind of bullshit as a result? Turn down the temperature', icon="πŸ€–")
 
22
  st.warning("This is very hard for me, please have pity on me. Could you lower the value?", icon="πŸ€–")
23
  num_samples = st.sidebar.slider('**Number of generations:**', 1, 10, 1)
24
  if num_samples > 4:
25
+ st.warning("OH MY ..., I have to work late again!!! Could you lower the value?", icon="πŸ€–")
26
  temperature = st.sidebar.slider('**Temperature:**', 0.1, 10.0, 3.0)
27
  if temperature > 6.0:
28
  st.info('What? You want to get some kind of bullshit as a result? Turn down the temperature', icon="πŸ€–")