sorg20 commited on
Commit
8a4b8df
1 Parent(s): 7668644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def create_chain(_retriever):
64
 
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()
 
64
 
65
 
66
  def main():
67
+ st.title("All About Sungwon")
68
+ st.header("Ask anything about sungwon. Professional or Personal")
69
  prompt = st.text_input("Enter your question")
70
  text_container = st.empty()
71
  text_debugger = st.empty()