Spaces:
Sleeping
Sleeping
File size: 310 Bytes
40fa5b9 f128fe5 40fa5b9 f128fe5 40fa5b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import streamlit as st
from menu import menu_with_redirect
# Path manipulation
from pathlib import Path
import sys
# Custom and other imports
import project_config
from utils import add_logo
# Redirect to app.py if not logged in, otherwise show the navigation menu
menu_with_redirect()
st.title("Validate") |