mantrakp
commited on
Commit
β’
0e222e0
1
Parent(s):
0a611aa
Refactor UI structure and add HF Space badge
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
33 |
gr.Markdown("""
|
34 |
# π AAI: All AI
|
35 |
Unleash your creativity with our multi-modal AI platform.
|
|
|
36 |
""")
|
37 |
|
38 |
# Tabs
|
|
|
33 |
gr.Markdown("""
|
34 |
# π AAI: All AI
|
35 |
Unleash your creativity with our multi-modal AI platform.
|
36 |
+
[![Sync code to HF Space](https://github.com/mantrakp04/aai/actions/workflows/hf-space.yml/badge.svg)](https://github.com/mantrakp04/aai/actions/workflows/hf-space.yml)
|
37 |
""")
|
38 |
|
39 |
# Tabs
|