aidn commited on
Commit
0ee8244
·
verified ·
1 Parent(s): 0446035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -151,12 +151,16 @@ v_theme = gr.themes.Soft(
151
  )
152
 
153
  with gr.Blocks() as demo:
154
- gr.HTML("""
155
- <div style="text-align: center; margin-bottom: 2rem;">
156
- <h1 style="color: #FF5A4D; font-weight: 800; font-size: 2.5rem; margin-bottom: 0.5rem;">PromptPlenum42</h1>
157
- <p style="color: #4B5563; font-size: 1.1rem;">AI-Driven Multi-Agent Consensus System</p>
158
- </div>
159
- """)
 
 
 
 
160
 
161
  with gr.Row():
162
  with gr.Column(scale=4):
 
151
  )
152
 
153
  with gr.Blocks() as demo:
154
+ gr.Image(
155
+ value="banner.png",
156
+ show_label=False,
157
+ show_download_button=False,
158
+ show_share_button=False,
159
+ interactive=False,
160
+ container=False
161
+ )
162
+
163
+ gr.HTML("<div style='text-align: center; margin-bottom: 2rem;'><p style='color: #4B5563; font-size: 1.1rem;'>AI-Driven Multi-Agent Consensus System</p></div>")
164
 
165
  with gr.Row():
166
  with gr.Column(scale=4):