nam194 commited on
Commit
fe4e487
1 Parent(s): 0e9a542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from models import return_sum_models
5
 
6
  class LLM_Langchain():
7
  def __init__(self):
8
- st.warning("Warning: Input function need to be clean and may take long to process")
9
  st.header('🦜 Code summarization with CodeT5-small + CodeXGLUE dataset')
10
  st.warning("Enter your huggingface API key first !")
11
 
 
5
 
6
  class LLM_Langchain():
7
  def __init__(self):
8
+ st.warning("Warning: input function needs cleaning and may take long to be processed")
9
  st.header('🦜 Code summarization with CodeT5-small + CodeXGLUE dataset')
10
  st.warning("Enter your huggingface API key first !")
11