RagSearch / app.py
IshmamF's picture
Created app.py that holds the blank home page
848fd40 verified
raw
history blame
No virus
88 Bytes
import streamlit as st
from functions.sidebar import sidebar
sidebar()
st.title('Home')