Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ from models import return_sum_models
|
|
6 |
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.info("Reference: [CodeT5](https://arxiv.org/abs/2109.00859), [The Vault](https://arxiv.org/abs/2305.06156), [CodeXGLUE](https://arxiv.org/abs/2102.04664)")
|
11 |
-
st.info("About me: namnh113")
|
12 |
|
13 |
|
14 |
self.api_key_area = st.sidebar.text_input(
|
|
|
6 |
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 \"\n\" 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 |
|
13 |
|
14 |
self.api_key_area = st.sidebar.text_input(
|