Spaces:
Sleeping
Sleeping
dineshabeysinghe
commited on
Commit
•
fac86ff
1
Parent(s):
c87e7b9
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def main():
|
|
67 |
# Define Streamlit app layout
|
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-
|
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():
|
|
|
67 |
# Define Streamlit app layout
|
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-Chat_with_document) | [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():
|