Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Merge branch 'main' of https://huggingface.co/spaces/Nikhil0987/omm
Browse files
home.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
from streamlit_option_menu import option_menu
|
3 |
from chat import Chat
|
4 |
from convo import Convo
|
|
|
5 |
|
6 |
def homepage():
|
7 |
st.title("Home")
|
|
|
2 |
from streamlit_option_menu import option_menu
|
3 |
from chat import Chat
|
4 |
from convo import Convo
|
5 |
+
from remainder import rem
|
6 |
|
7 |
def homepage():
|
8 |
st.title("Home")
|