Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
53 |
-
st.markdown("<h2 style='text-align: center;'>
|
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):
|