garyd1 commited on
Commit
c76ca13
·
verified ·
1 Parent(s): fbae49e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,7 +85,7 @@ st.markdown(
85
  st.markdown(
86
  """
87
  <div class="header" style="display: flex; align-items: center; gap: 10px;">
88
- <h1 style="color: #FF5000; font-weight: bold;">Hi, we're Wattpad.</h1>
89
  </div>
90
  """,
91
  unsafe_allow_html=True
@@ -94,7 +94,7 @@ st.markdown(
94
  # Spacer to push chatbot below the header
95
  st.write("<div style='height: 100px;'></div>", unsafe_allow_html=True)
96
 
97
- st.title("Chat with Your PDF!!")
98
 
99
  uploaded_file = st.file_uploader("Upload a file")
100
 
 
85
  st.markdown(
86
  """
87
  <div class="header" style="display: flex; align-items: center; gap: 10px;">
88
+ <h1 style="color: #FF5000; font-weight: bold;">Hi, we're here to help you.</h1>
89
  </div>
90
  """,
91
  unsafe_allow_html=True
 
94
  # Spacer to push chatbot below the header
95
  st.write("<div style='height: 100px;'></div>", unsafe_allow_html=True)
96
 
97
+ st.title("Chat with your PDF!!")
98
 
99
  uploaded_file = st.file_uploader("Upload a file")
100