Spaces:
Running
Running

Update Dockerfile to use new app entry point and enhance requirements.txt with additional dependencies. Remove obsolete streamlit_app.py file.
0a40afa
def main(): | |
print("Hello from filetorecord!") | |
if __name__ == "__main__": | |
main() | |