homer-meng commited on
Commit
5893f63
·
1 Parent(s): 53df1f3

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from test import app # Assuming test.py is in the same directory as app.py
2
+
3
+ app() # Call the app function from test.py