dineshabeysinghe commited on
Commit
c87e7b9
·
verified ·
1 Parent(s): 547cbaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def main():
68
  st.markdown("<style>body { background-color: black; color: white; }</style>", unsafe_allow_html=True)
69
  st.markdown("<h3 style='color: orange;'>🧾 DocChat - Chat with multiple documents</h3>", unsafe_allow_html=True)
70
  st.caption("🚀 Chat bot developed By :- [Dinesh Abeysinghe](https://www.linkedin.com/in/dinesh-abeysinghe-bb773293) | [GitHub Source Code](https://github.com/dineshabey/AI-TypeTalkChat.git) | [About model](https://arxiv.org/abs/2004.13637) ")
71
- st.markdown("<div style= 'text-align: center;'>First need to upload PDF file or Excel file. Then you can start chat with document related things <span style='color: orange;'>Please click like button</span>❤️ and support me and enjoy it.</div>", unsafe_allow_html=True)
72
  st.write("---")
73
  with st.container():
74
  with st.sidebar:
 
68
  st.markdown("<style>body { background-color: black; color: white; }</style>", unsafe_allow_html=True)
69
  st.markdown("<h3 style='color: orange;'>🧾 DocChat - Chat with multiple documents</h3>", unsafe_allow_html=True)
70
  st.caption("🚀 Chat bot developed By :- [Dinesh Abeysinghe](https://www.linkedin.com/in/dinesh-abeysinghe-bb773293) | [GitHub Source Code](https://github.com/dineshabey/AI-TypeTalkChat.git) | [About model](https://arxiv.org/abs/2004.13637) ")
71
+ st.markdown("<div style= 'text-align: center;'>First need to upload PDF file or Excel file. Then click PROCESS PDF file / PROCESS EXCEL file and next you can start chat with document related things <span style='color: orange;'>Please click like button</span>❤️ and support me and enjoy it.</div>", unsafe_allow_html=True)
72
  st.write("---")
73
  with st.container():
74
  with st.sidebar: