Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
51 |
page_icon=":robot:"
|
52 |
)
|
53 |
|
54 |
-
st.header("
|
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
|