Spaces:
Runtime error
Runtime error
import streamlit as st | |
from layouts.mainlayout import mainlayout | |
def bot(): | |
st.subheader("Revise your subjects with Studybot!") | |
bot() |