themanas021 commited on
Commit
5b2a298
Β·
1 Parent(s): 08f62dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def display_conversation(history):
121
 
122
  def main():
123
  st.markdown("<h1 style='text-align: center; color: blue;'>Chat with your PDF πŸ¦œπŸ“„ </h1>", unsafe_allow_html=True)
124
- st.markdown("<h3 style='text-align: center; color: grey;'>Built by <a href='https://github.com/AIAnytime'>AI Anytime with ❀️ </a></h3>", unsafe_allow_html=True)
125
 
126
  st.markdown("<h2 style='text-align: center; color:red;'>Upload your PDF πŸ‘‡</h2>", unsafe_allow_html=True)
127
 
 
121
 
122
  def main():
123
  st.markdown("<h1 style='text-align: center; color: blue;'>Chat with your PDF πŸ¦œπŸ“„ </h1>", unsafe_allow_html=True)
124
+ st.markdown("<h3 style='text-align: center; color: grey;'>Built by <a href='https://github.com/manas95826'>The Manas with ❀️ </a></h3>", unsafe_allow_html=True)
125
 
126
  st.markdown("<h2 style='text-align: center; color:red;'>Upload your PDF πŸ‘‡</h2>", unsafe_allow_html=True)
127