Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
"""
|
| 2 |
Main application file for PyDeploy Studio
|
| 3 |
Professional Gradio application for converting Python code to deployable Gradio apps
|
| 4 |
-
Created by Veerakumar
|
| 5 |
"""
|
| 6 |
|
| 7 |
import gradio as gr
|
|
@@ -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 |
|
|
@@ -731,8 +731,8 @@ def create_app():
|
|
| 731 |
<div class="subtitle">Professional Python to Gradio Application Converter</div>
|
| 732 |
<div class="creator-info">
|
| 733 |
<span>Created by</span>
|
| 734 |
-
<a href="https://linkedin.com/in/
|
| 735 |
-
<span class="linkedin-icon"
|
| 736 |
</a>
|
| 737 |
<span>• Streamline your deployment workflow</span>
|
| 738 |
</div>
|
|
@@ -989,7 +989,7 @@ def create_app():
|
|
| 989 |
# Footer
|
| 990 |
footer_html = '''
|
| 991 |
<div class="footer">
|
| 992 |
-
<p>PyDeploy Studio • Created by <a href="https://linkedin.com/in/
|
| 993 |
<p style="font-size: 0.8rem; color: #9ca3af; margin-top: 0.5rem;">Transform your Python code into production-ready applications</p>
|
| 994 |
</div>
|
| 995 |
'''
|
|
@@ -1093,7 +1093,7 @@ def create_app():
|
|
| 1093 |
if __name__ == "__main__":
|
| 1094 |
print("=" * 60)
|
| 1095 |
print("PyDeploy Studio - Professional Deployment Platform")
|
| 1096 |
-
print("Created by Veerakumar")
|
| 1097 |
print("=" * 60)
|
| 1098 |
print("Starting server...")
|
| 1099 |
print(f"Local URL: http://localhost:7860")
|
|
|
|
| 1 |
"""
|
| 2 |
Main application file for PyDeploy Studio
|
| 3 |
Professional Gradio application for converting Python code to deployable Gradio apps
|
| 4 |
+
Created by Veerakumar C B
|
| 5 |
"""
|
| 6 |
|
| 7 |
import gradio as gr
|
|
|
|
| 247 |
align-items: center;
|
| 248 |
gap: 10px;
|
| 249 |
font-size: 0.9rem;
|
| 250 |
+
color: #cbd5e1;
|
| 251 |
margin-top: 0.5rem;
|
| 252 |
}
|
| 253 |
|
|
|
|
| 731 |
<div class="subtitle">Professional Python to Gradio Application Converter</div>
|
| 732 |
<div class="creator-info">
|
| 733 |
<span>Created by</span>
|
| 734 |
+
<a href="https://linkedin.com/in/cbvk28" target="_blank">
|
| 735 |
+
<span class="linkedin-icon"></span> Veerakumar C B
|
| 736 |
</a>
|
| 737 |
<span>• Streamline your deployment workflow</span>
|
| 738 |
</div>
|
|
|
|
| 989 |
# Footer
|
| 990 |
footer_html = '''
|
| 991 |
<div class="footer">
|
| 992 |
+
<p>PyDeploy Studio • Created by <a href="https://linkedin.com/in/cbvk28" target="_blank">Veerakumar C B</a></p>
|
| 993 |
<p style="font-size: 0.8rem; color: #9ca3af; margin-top: 0.5rem;">Transform your Python code into production-ready applications</p>
|
| 994 |
</div>
|
| 995 |
'''
|
|
|
|
| 1093 |
if __name__ == "__main__":
|
| 1094 |
print("=" * 60)
|
| 1095 |
print("PyDeploy Studio - Professional Deployment Platform")
|
| 1096 |
+
print("Created by Veerakumar C B")
|
| 1097 |
print("=" * 60)
|
| 1098 |
print("Starting server...")
|
| 1099 |
print(f"Local URL: http://localhost:7860")
|