gravity / pages /explore.py
ayushnoori's picture
Add user auth
01b734e
raw
history blame
309 Bytes
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("Explore")