yosephinestwn commited on
Commit
6bc08e4
1 Parent(s): f55b6f7

Delete launch_page.py

Browse files
Files changed (1) hide show
  1. launch_page.py +0 -7
launch_page.py DELETED
@@ -1,7 +0,0 @@
1
- import gradio as gr
2
- import landing_page
3
-
4
- with gr.Blocks(theme=landing_page.Custom()) as demo:
5
- landing_page.renderDesign() # Rendering the landing page
6
-
7
- demo.launch() # Launch the demo