Spaces:
Runtime error
Runtime error
Commit
·
de93a35
1
Parent(s):
dc9ee64
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,6 +143,4 @@ if st.button("Generate code!", key=4):
|
|
| 143 |
if len(generations) < len(selected_models):
|
| 144 |
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)
|
| 145 |
|
| 146 |
-
|
| 147 |
-
st.subheader("Resources")
|
| 148 |
-
read_markdown("utils/resources.md")
|
|
|
|
| 143 |
if len(generations) < len(selected_models):
|
| 144 |
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)
|
| 145 |
|
| 146 |
+
|
|
|
|
|
|