Kurian07 commited on
Commit
331f35b
·
verified ·
1 Parent(s): e59d3be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ VECTOR_DB_DIR = "vectorDB"
49
  LOG_FILE = "upload_log.json"
50
 
51
  ## Initialize Streamlit app
52
- st.set_page_config(page_title="ChatPDF", layout="wide")
53
- st.markdown("<h2 style='text-align: center;'>chatPDF</h2>", unsafe_allow_html=True)
54
 
55
  ## Function to log upload time
56
  def log_upload_time(unique_id):
 
49
  LOG_FILE = "upload_log.json"
50
 
51
  ## Initialize Streamlit app
52
+ st.set_page_config(page_title="Ospyn AI", layout="wide")
53
+ st.markdown("<h2 style='text-align: center;'>Ospyn AI</h2>", unsafe_allow_html=True)
54
 
55
  ## Function to log upload time
56
  def log_upload_time(unique_id):