kevinrvaz commited on
Commit
a7359eb
·
1 Parent(s): 5925e1d

added project files

Browse files
Files changed (2) hide show
  1. app.py +13 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ with gr.Blocks() as demo:
4
+ gr.Markdown("# Minerva AI Studio")
5
+ video_link = '<iframe width="1266" height="712" src="https://www.youtube.com/embed/qiz4rxf_RY4" title="MinervaAIStudio Hackathon Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'
6
+ gr.Markdown("# Demo Link")
7
+ gr.HTML(
8
+ video_link
9
+ )
10
+ gr.Markdown("# Repo link")
11
+ gr.Markdown('<a href="https://github.com/kevinrvaz/MinervaAIStudio/tree/main">Github Repo</a>')
12
+
13
+ demo.launch()
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio