sorg20 commited on
Commit
565f700
1 Parent(s): fe1de71

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def create_chain(_retriever):
65
 
66
  def main():
67
  st.title("My LLM based smart CV")
68
- st.header("Ask what ever about sungwon's CV.")
69
  prompt = st.text_input("Enter your question")
70
  text_container = st.empty()
71
  text_debugger = st.empty()
 
65
 
66
  def main():
67
  st.title("My LLM based smart CV")
68
+ st.header("Ask anything about sungwon's CV.")
69
  prompt = st.text_input("Enter your question")
70
  text_container = st.empty()
71
  text_debugger = st.empty()