Pennywise881 commited on
Commit
239fed5
·
1 Parent(s): 8644233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ if 'found_article' not in st.session_state:
27
  st.session_state.qas = []
28
 
29
  st.write("""
30
- # Wiki Q&A V2
31
  """)
32
  placeholder = st.empty()
33
 
 
27
  st.session_state.qas = []
28
 
29
  st.write("""
30
+ # Wiki Chat V2
31
  """)
32
  placeholder = st.empty()
33