Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,16 +104,12 @@ with gr.Blocks(css_paths="style.css",) as demo:
|
|
| 104 |
<div class="header-container" style="display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #f7f7f7; border-bottom: 2px solid #ddd;">
|
| 105 |
<div style="flex-shrink: 0; margin-right: 20px;">
|
| 106 |
<!-- Add a custom logo or an icon if you have one -->
|
| 107 |
-
|
| 108 |
</div>
|
| 109 |
<div style="flex-grow: 1; text-align: center;">
|
| 110 |
<h1 style="font-size: 36px; font-weight: bold; color: #333; margin: 0; padding: 0; font-family: 'Arial', sans-serif;">Master AI GPT Magic in Hand</h1>
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
<a href="https://huggingface.co/spaces/ameerazam08/Master-AI-GPT-Magic-in-Hand?duplicate=true" style="color: #0a74da; text-decoration: none; font-weight: bold;">Duplicate</a> this Repo |
|
| 114 |
-
<a href="https://aistudio.google.com/apikey" style="color: #0a74da; text-decoration: none; font-weight: bold;">Get an API Key</a> |
|
| 115 |
-
Follow me on Twitter: <a href="https://x.com/Ameerazam18" style="color: #0a74da; text-decoration: none; font-weight: bold;">Ameerazam18</a>
|
| 116 |
-
</p>
|
| 117 |
</div>
|
| 118 |
</div>
|
| 119 |
""")
|
|
|
|
| 104 |
<div class="header-container" style="display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #f7f7f7; border-bottom: 2px solid #ddd;">
|
| 105 |
<div style="flex-shrink: 0; margin-right: 20px;">
|
| 106 |
<!-- Add a custom logo or an icon if you have one -->
|
| 107 |
+
|
| 108 |
</div>
|
| 109 |
<div style="flex-grow: 1; text-align: center;">
|
| 110 |
<h1 style="font-size: 36px; font-weight: bold; color: #333; margin: 0; padding: 0; font-family: 'Arial', sans-serif;">Master AI GPT Magic in Hand</h1>
|
| 111 |
+
|
| 112 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
</div>
|
| 114 |
</div>
|
| 115 |
""")
|