Skip to content

Instantly share code, notes, and snippets.

@vnegi10
Created January 27, 2024 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnegi10/e39c0189737d8486aa6518bf0e7eee02 to your computer and use it in GitHub Desktop.
Save vnegi10/e39c0189737d8486aa6518bf0e7eee02 to your computer and use it in GitHub Desktop.
from pages.floor_price.view import app, layout
from pages.floor_price.controller import *
app.layout = layout
if __name__ == '__main__':
app.run_server(port = 7000, debug=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment