Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -725,20 +725,19 @@ def create_app():
|
|
| 725 |
|
| 726 |
# Header with branding
|
| 727 |
header_html = '''
|
| 728 |
-
|
| 729 |
-
|
| 730 |
-
<div class="header-content">
|
| 731 |
<h1>PyDeploy Studio</h1>
|
| 732 |
<div class="subtitle">Professional Python to Gradio Application Converter</div>
|
| 733 |
-
|
| 734 |
-
|
| 735 |
-
|
| 736 |
-
|
| 737 |
-
|
| 738 |
-
|
|
|
|
| 739 |
</div>
|
| 740 |
</div>
|
| 741 |
-
</div>
|
| 742 |
'''
|
| 743 |
gr.HTML(header_html)
|
| 744 |
|
|
|
|
| 725 |
|
| 726 |
# Header with branding
|
| 727 |
header_html = '''
|
| 728 |
+
<div class="header-main">
|
| 729 |
+
<div class="header-content">
|
|
|
|
| 730 |
<h1>PyDeploy Studio</h1>
|
| 731 |
<div class="subtitle">Professional Python to Gradio Application Converter</div>
|
| 732 |
+
<div class="subtitle" style="color: #fbbf24; margin-top: 0.5rem;">
|
| 733 |
+
<span>Created by</span>
|
| 734 |
+
<a href="https://linkedin.com/in/cbvk28" target="_blank" style="color: #fbbf24; font-weight: 600; text-decoration: none;">
|
| 735 |
+
Veerakumar C B
|
| 736 |
+
</a>
|
| 737 |
+
<span>Streamline your deployment workflow</span>
|
| 738 |
+
</div>
|
| 739 |
</div>
|
| 740 |
</div>
|
|
|
|
| 741 |
'''
|
| 742 |
gr.HTML(header_html)
|
| 743 |
|