File size: 152 Bytes
7a89bde
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import streamlit as st

from layouts.mainlayout import mainlayout

@mainlayout
def bot():
    st.subheader("Revise your subjects with Studybot!")

bot()