Update app.py
Browse files
app.py
CHANGED
|
@@ -72,21 +72,7 @@ with gr.Blocks() as demo:
|
|
| 72 |
submit_btn = gr.Button("Send", variant="primary", scale=1)
|
| 73 |
|
| 74 |
# Settings Sidebar
|
| 75 |
-
|
| 76 |
-
gr.HTML("""
|
| 77 |
-
<div style="text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
|
| 78 |
-
<p style="margin-bottom: 10px;"><b>Found a bug? Report it here:</b></p>
|
| 79 |
-
<a href="https://www.linkedin.com/in/YOUR_USERNAME_HERE" target="_blank" style="text-decoration: none;">
|
| 80 |
-
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="#0077b5" style="transition: transform 0.3s ease;">
|
| 81 |
-
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.239-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
|
| 82 |
-
</svg>
|
| 83 |
-
</a>
|
| 84 |
-
<p style="font-size: 0.8em; color: gray; margin-top: 5px;">Hassan Naseer | Web Developer</p>
|
| 85 |
-
</div>
|
| 86 |
-
<style>
|
| 87 |
-
svg:hover { transform: scale(1.2) rotate(5deg); }
|
| 88 |
-
</style>
|
| 89 |
-
""")
|
| 90 |
with gr.Column(scale=1):
|
| 91 |
gr.Markdown("### ⚙️ Settings")
|
| 92 |
model_choice = gr.Dropdown(
|
|
|
|
| 72 |
submit_btn = gr.Button("Send", variant="primary", scale=1)
|
| 73 |
|
| 74 |
# Settings Sidebar
|
| 75 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
with gr.Column(scale=1):
|
| 77 |
gr.Markdown("### ⚙️ Settings")
|
| 78 |
model_choice = gr.Dropdown(
|