scutcyr commited on
Commit
d56b581
1 Parent(s): a3f1fa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -47,12 +47,11 @@ def answer(user_history, bot_history, sample=True, top_p=1, temperature=0.7):
47
  return postprocess(out_text[0])
48
 
49
  st.set_page_config(
50
- page_title="Chinese ChatBot - Demo",
51
  page_icon=":robot:"
52
  )
53
 
54
- st.header("Chinese ChatBot - Demo")
55
- st.markdown("[Github](https://github.com/scutcyr)")
56
 
57
 
58
  @st.cache_resource
 
47
  return postprocess(out_text[0])
48
 
49
  st.set_page_config(
50
+ page_title="扁鹊(BianQue)",
51
  page_icon=":robot:"
52
  )
53
 
54
+ st.header("扁鹊(BianQue)")
 
55
 
56
 
57
  @st.cache_resource