1mpreccable commited on
Commit
536096e
·
verified ·
1 Parent(s): b6d9a34

Delete interface_pages

Browse files
interface_pages/__init__.py DELETED
File without changes
interface_pages/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (184 Bytes)
 
interface_pages/__pycache__/about_page.cpython-312.pyc DELETED
Binary file (438 Bytes)
 
interface_pages/__pycache__/home_page.cpython-312.pyc DELETED
Binary file (500 Bytes)
 
interface_pages/__pycache__/yoga_position_from_stream.cpython-312.pyc DELETED
Binary file (1.61 kB)
 
interface_pages/__pycache__/yoga_position_from_video.cpython-312.pyc DELETED
Binary file (613 Bytes)
 
interface_pages/about_page.py DELETED
@@ -1,11 +0,0 @@
1
- import gradio as gr
2
-
3
-
4
- def about_page():
5
- return gr.Markdown(
6
- """
7
- # About Us
8
-
9
- WYOGAI — the BEST.
10
- """
11
- )
 
 
 
 
 
 
 
 
 
 
 
 
interface_pages/home_page.py DELETED
@@ -1,11 +0,0 @@
1
- import gradio as gr
2
-
3
-
4
- def home_page():
5
- return gr.Markdown(
6
- """
7
- # Welcome to YOGAI App!
8
-
9
- This is your home page where you can explore different yoga practices.
10
- """
11
- )
 
 
 
 
 
 
 
 
 
 
 
 
interface_pages/yoga_position_from_video.py DELETED
@@ -1,17 +0,0 @@
1
- import gradio as gr
2
-
3
-
4
- def yoga_position_from_video():
5
- return gr.Markdown(
6
- """
7
- # Yoga from Video
8
-
9
- Watch pre-recorded yoga sessions and practice at your convenience.
10
-
11
- Select a video below:
12
-
13
- - Beginner Yoga
14
- - Advanced Techniques
15
- - Restorative Yoga
16
- """
17
- )