Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ if st.button("Generate code!", key=4):
|
|
203 |
if selected_models[i] in generations[j].keys():
|
204 |
st.code(generations[j][selected_models[i]])
|
205 |
if len(generations) < len(selected_models):
|
206 |
-
st.markdown("<span style='color:red'>Warning: Some models run into timeout,
|
207 |
|
208 |
# Resources
|
209 |
st.subheader("Resources")
|
|
|
203 |
if selected_models[i] in generations[j].keys():
|
204 |
st.code(generations[j][selected_models[i]])
|
205 |
if len(generations) < len(selected_models):
|
206 |
+
st.markdown("<span style='color:red'>Warning: Some models run into timeout, try another time or reduce the Number of tokens to generate. You can also try generating code using the original subspaces: [InCoder](https://huggingface.co/spaces/loubnabnl/incoder-subspace), [CodeGen](https://huggingface.co/spaces/loubnabnl/codegen-subspace), [CodeParrot](https://huggingface.co/spaces/loubnabnl/codeparrot-subspace)</span>", unsafe_allow_html=True)
|
207 |
|
208 |
# Resources
|
209 |
st.subheader("Resources")
|