Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
·
4a7c2fc
1
Parent(s):
9e04f95
HELLO
Browse files
home.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from streamlit_option_menu import option_menu
|
3 |
from chat import Chat
|
|
|
4 |
|
5 |
def homepage():
|
6 |
st.title("Home")
|
|
|
1 |
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")
|