Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
|
|
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)
|