jasim0021 commited on
Commit
863ba87
·
verified ·
1 Parent(s): e9b0756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- <img src="https://via.placeholder.com/100x100.png?text=Master+AI" alt="Master AI GPT Magic in Hand Logo" style="border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);">
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
- <p style="font-size: 18px; color: #555; font-family: 'Arial', sans-serif;">
112
- Powered by <a href="https://gradio.app/" style="color: #0a74da; text-decoration: none; font-weight: bold;">Gradio</a> ⚡️ |
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
  """)