aidn commited on
Commit
1d5b1b3
·
verified ·
1 Parent(s): 89d50be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -150,16 +150,14 @@ v_theme = gr.themes.Soft(
150
  color_accent_soft="#FFEBE8",
151
  )
152
 
153
- with gr.Blocks() as demo:
154
-
155
- gr.Image(
156
- value="banner.png",
157
- show_label=False,
158
- interactive=False,
159
- container=False
160
- )
161
-
162
- 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>")
163
 
164
  with gr.Row():
165
  with gr.Column(scale=4):
 
150
  color_accent_soft="#FFEBE8",
151
  )
152
 
153
+ with gr.Blocks(theme=v_theme) as demo:
154
+ gr.HTML("""
155
+ <div style="display: flex; flex-direction: column; align-items: center; margin-bottom: 2rem;">
156
+ <img src="file/banner.png" alt="PromptPlenum42 Banner"
157
+ style="max-width: 800px; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); margin-bottom: 1rem;">
158
+ <p style="color: #4B5563; font-size: 1.1rem; font-weight: 500;">AI-Driven Multi-Agent Consensus System</p>
159
+ </div>
160
+ """)
 
 
161
 
162
  with gr.Row():
163
  with gr.Column(scale=4):