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

update 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("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()
 
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()