mgbam's picture
Update app.py
41b5770 verified
raw
history blame contribute delete
119 Bytes
# main.py
from interface import ResearchInterfaceExtended
if __name__ == "__main__":
ResearchInterfaceExtended()