shubhendu-ghosh commited on
Commit
fe9e680
1 Parent(s): 05d63de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ text-align: center;
40
  }
41
  </style>
42
  <div class="footer">
43
- <p><a style='display: block; text-align: center;' href="https://www.linkedin.com/in/shubhendu-ghosh-423092205/" target="_blank">Developer</a></p>
44
  </div>
45
  """
46
 
@@ -111,7 +111,7 @@ def main():
111
  # Set page config and header
112
  st.set_page_config("Chat PDF")
113
  st.markdown("""<p style="color: #0352ff;font-size: 70px;font-family: arial; text-align:center; margin-bottom: 0px;" ><b>POLY</b><span style="color: #ec11f7;font-size: 70px;font-family: arial;"><b>DOCS</b></span></p>""", unsafe_allow_html=True)
114
- st.markdown("""<p style="color: #0352ff;font-size: 30px;font-family: sans-serif; text-align:center; margin-bottom: 50px;">chatbot powered by google gemini </p>""", unsafe_allow_html=True)
115
  # Text input for user question
116
  st.markdown("""<p style="color: #0352ff;font-size: 15px;font-family: sans-serif; text-align:left;margin-bottom: 0px; height: 5px">Ask a Question from the PDF Files </p>""", unsafe_allow_html=True)
117
  user_question = st.text_input("")
 
40
  }
41
  </style>
42
  <div class="footer">
43
+ <p>powered by google gemini<a style='display: block; text-align: center;' href="https://www.linkedin.com/in/shubhendu-ghosh-423092205/" target="_blank">Developer</a></p>
44
  </div>
45
  """
46
 
 
111
  # Set page config and header
112
  st.set_page_config("Chat PDF")
113
  st.markdown("""<p style="color: #0352ff;font-size: 70px;font-family: arial; text-align:center; margin-bottom: 0px;" ><b>POLY</b><span style="color: #ec11f7;font-size: 70px;font-family: arial;"><b>DOCS</b></span></p>""", unsafe_allow_html=True)
114
+ st.markdown("""<p style="color: #0352ff;font-size: 30px;font-family: sans-serif; text-align:center; margin-bottom: 50px;">Chat with your PDF</p>""", unsafe_allow_html=True)
115
  # Text input for user question
116
  st.markdown("""<p style="color: #0352ff;font-size: 15px;font-family: sans-serif; text-align:left;margin-bottom: 0px; height: 5px">Ask a Question from the PDF Files </p>""", unsafe_allow_html=True)
117
  user_question = st.text_input("")