Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ class LLM_Langchain():
|
|
| 7 |
def __init__(self):
|
| 8 |
st.header('🦜 Code summarization')
|
| 9 |
st.warning("Warning: input function needs cleaning and may take long to be processed at first time")
|
| 10 |
-
st.warning("Note: you should not copy the whole function from IDE, the \"
|
| 11 |
st.info("Reference: [CodeT5](https://arxiv.org/abs/2109.00859), [The Vault](https://arxiv.org/abs/2305.06156), [CodeXGLUE](https://arxiv.org/abs/2102.04664)")
|
| 12 |
st.info("About me: namnh113")
|
| 13 |
|
|
|
|
| 7 |
def __init__(self):
|
| 8 |
st.header('🦜 Code summarization')
|
| 9 |
st.warning("Warning: input function needs cleaning and may take long to be processed at first time")
|
| 10 |
+
st.warning("Note: you should not copy the whole function from IDE, the \"\\n\" character needs typing by hand")
|
| 11 |
st.info("Reference: [CodeT5](https://arxiv.org/abs/2109.00859), [The Vault](https://arxiv.org/abs/2305.06156), [CodeXGLUE](https://arxiv.org/abs/2102.04664)")
|
| 12 |
st.info("About me: namnh113")
|
| 13 |
|