Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -247,7 +247,7 @@ def create_app():
|
|
| 247 |
align-items: center;
|
| 248 |
gap: 10px;
|
| 249 |
font-size: 0.9rem;
|
| 250 |
-
color: #
|
| 251 |
margin-top: 0.5rem;
|
| 252 |
}
|
| 253 |
|
|
@@ -725,15 +725,16 @@ def create_app():
|
|
| 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">
|
| 733 |
<span>Created by</span>
|
| 734 |
-
<a href="https://linkedin.com/in/cbvk28" target="_blank">
|
| 735 |
-
|
| 736 |
-
|
| 737 |
<span>• Streamline your deployment workflow</span>
|
| 738 |
</div>
|
| 739 |
</div>
|
|
|
|
| 247 |
align-items: center;
|
| 248 |
gap: 10px;
|
| 249 |
font-size: 0.9rem;
|
| 250 |
+
color: #fbbf24; /* Changed to yellow */
|
| 251 |
margin-top: 0.5rem;
|
| 252 |
}
|
| 253 |
|
|
|
|
| 725 |
|
| 726 |
# Header with branding
|
| 727 |
header_html = '''
|
| 728 |
+
header_html = '''
|
| 729 |
<div class="header-main">
|
| 730 |
<div class="header-content">
|
| 731 |
<h1>PyDeploy Studio</h1>
|
| 732 |
<div class="subtitle">Professional Python to Gradio Application Converter</div>
|
| 733 |
+
<div class="subtitle" style="color: #fbbf24; margin-top: 0.5rem;">
|
| 734 |
<span>Created by</span>
|
| 735 |
+
<a href="https://linkedin.com/in/cbvk28" target="_blank" style="color: #fbbf24; font-weight: 600; text-decoration: none;">
|
| 736 |
+
<span style="color: #0077b5;">🔗</span> Veerakumar C B
|
| 737 |
+
</a>
|
| 738 |
<span>• Streamline your deployment workflow</span>
|
| 739 |
</div>
|
| 740 |
</div>
|