jeonghin
Deployable version
5738ae0
raw
history blame contribute delete
139 Bytes
from app_function import *
def main():
init()
page_title()
chat_sidebar()
chat()
if __name__ == "__main__":
main()