yosephinestwn commited on
Commit
d4b8542
1 Parent(s): 6bc08e4
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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