BigSalmon commited on
Commit
7eaf946
1 Parent(s): aeb78d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -126,12 +126,12 @@ with st.form(key='my_form'):
126
  best_probabilities = probabilities[best_indices].tolist()
127
  words = []
128
  st.write(best_words)
129
- if submit_button2:
130
- print("----")
131
- st.write("___")
132
- m = BestProbs(prompt)
133
- st.write(m)
134
- if submit_button3:
135
- print("----")
136
- st.write("___")
137
- st.write(BestProbs)
 
126
  best_probabilities = probabilities[best_indices].tolist()
127
  words = []
128
  st.write(best_words)
129
+ if submit_button2:
130
+ print("----")
131
+ st.write("___")
132
+ m = BestProbs(prompt)
133
+ st.write(m)
134
+ if submit_button3:
135
+ print("----")
136
+ st.write("___")
137
+ st.write(BestProbs)